2023-04-24 11:42:44 +08:00
|
|
|
import BasicInfoForm from './BasicInfoForm.vue'
|
|
|
|
import DescriptionForm from './DescriptionForm.vue'
|
|
|
|
import OtherSettingsForm from './OtherSettingsForm.vue'
|
2023-05-01 19:01:24 +08:00
|
|
|
import ProductAttributes from './ProductAttributes.vue'
|
2023-06-06 16:22:58 +08:00
|
|
|
import ProductPropertyAddForm from './ProductPropertyAddForm.vue'
|
2023-05-01 19:01:24 +08:00
|
|
|
import SkuList from './SkuList.vue'
|
2023-04-24 11:42:44 +08:00
|
|
|
|
2023-05-01 19:01:24 +08:00
|
|
|
export {
|
|
|
|
BasicInfoForm,
|
|
|
|
DescriptionForm,
|
|
|
|
OtherSettingsForm,
|
|
|
|
ProductAttributes,
|
2023-06-06 16:22:58 +08:00
|
|
|
ProductPropertyAddForm,
|
2023-05-01 19:01:24 +08:00
|
|
|
SkuList
|
|
|
|
}
|