| | |
| | | |
| | | |
| | | |
| | | import farmerfooter from '@/components/footer/farmer-footer' |
| | | Vue.component('farmer-footer', farmerfooter) |
| | | // #ifdef PUB_CUSTOMER |
| | | import customerFooter from '@/components/footer/customer-footer' |
| | | Vue.component('common-footer', customerFooter) |
| | | // #endif |
| | | |
| | | // #ifndef PUB_CUSTOMER |
| | | import supplierfooter from '@/components/footer/supplier-footer' |
| | | Vue.component('common-footer', supplierfooter) |
| | | // #endif |
| | | |
| | | import nodata from '@/components/no-data' |
| | | Vue.component('no-data', nodata) |
| | | // import bfooter from '@/components/footer/bussincess-footer' |
| | |
| | | import footerMsg from '@/components/footer/footer-msg' |
| | | Vue.component('footer-msg', footerMsg) |
| | | |
| | | import buttonShop from '@/components/button-shop/button-shop' |
| | | Vue.component('common-button-shop', buttonShop) |
| | | |
| | | import cardListItem from '@/components/card-list-item/card-list-item' |
| | | Vue.component('card-list-item', cardListItem) |
| | | |
| | | |
| | | import selectItems from '@/components/common-select-items' |