| | |
| | | import sectionTitle from '@/components/title/section-title' |
| | | Vue.component('section-title', sectionTitle) |
| | | |
| | | import sectionTitleBtn from '@/components/title/section-title-btn' |
| | | Vue.component('section-title-btn', sectionTitleBtn) |
| | | |
| | | // 评论组件 |
| | | import commentTtem from '@/components/comment/comment-item' |
| | | Vue.component('comment-item', commentTtem) |
| | | import commentsubTtem from '@/components/comment/comment-sub-item' |
| | | Vue.component('comment-sub-item', commentsubTtem) |
| | | |
| | | import commentPopup from '@/components/comment/comment-popup' |
| | | Vue.component('comment-popup', commentPopup) |
| | | |
| | | import topTabs from '@/components/top-tabs.vue' |
| | | Vue.component('top-tabs', topTabs) |
| | | |