tj
2025-05-21 7abdb24968bcb88f177851a30e41f282b9189a98
main.js
@@ -63,6 +63,18 @@
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)