2024-05-30 18:06:50 +07:00
|
|
|
|
|
|
|
|
// Category
|
|
|
|
|
export { default as BasicCategories } from './categories/BasicCategories.vue'
|
2024-05-31 12:39:53 +07:00
|
|
|
export { default as CollectionPaging } from './pageCategories/collection_page.vue'
|
|
|
|
|
|
|
|
|
|
|
2024-06-12 17:17:49 +07:00
|
|
|
export { default as Dynamic_Other } from './other/index.vue'
|
2024-06-13 17:24:46 +07:00
|
|
|
export { default as Dynamic_Section } from './sections/index.vue';
|
2024-06-12 17:17:49 +07:00
|
|
|
export { default as Dynamic_Advertising } from './advertising/index.vue'
|
2024-06-13 17:24:46 +07:00
|
|
|
export { default as Dynamic_Category } from './categories/index.vue'
|
2024-06-12 17:17:49 +07:00
|
|
|
export { default as Dynamic_Article } from './articles/index.vue'
|
2024-06-17 11:48:00 +07:00
|
|
|
export { default as Dynamic_Collection } from './collections/index.vue'
|
|
|
|
|
export { default as Dynamic_Navigation } from './navigations/index.vue'
|