mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
16 lines
295 B
JavaScript
16 lines
295 B
JavaScript
|
|
import category from './category.vue'
|
|
import shops from './shops.vue'
|
|
import marketing from './marketing.vue'
|
|
import pages from './pages.vue'
|
|
import goods from '../goods-dialog.vue'
|
|
import other from './other.vue'
|
|
export default {
|
|
pages,
|
|
marketing,
|
|
shops,
|
|
category,
|
|
goods,
|
|
other,
|
|
}
|