|
@@ -17,6 +17,7 @@ import 'swiper/css/pagination' // 分页器样式
|
|
|
import BtnBack from '@/components/BtnBack.vue'
|
|
|
import OperationTip from '@/components/OperationTip.vue'
|
|
|
import HotspotComp from '@/components/HotspotComp.vue'
|
|
|
+import HotspotForHomepage from '@/components/HotspotForHomepage.vue'
|
|
|
import SerialFrames from '@/components/LongImageSerialFrames.vue'
|
|
|
import BtnSkip from '@/components/BtnSkip.vue'
|
|
|
import PaginationComp from '@/components/PaginationComp.vue'
|
|
@@ -88,6 +89,7 @@ app.use(store)
|
|
|
.component('BtnBack', BtnBack)
|
|
|
.component('OperationTip', OperationTip)
|
|
|
.component('HotspotComp', HotspotComp)
|
|
|
+ .component('HotspotForHomepage', HotspotForHomepage)
|
|
|
.component('Swiper', Swiper)
|
|
|
.component('SwiperSlide', SwiperSlide)
|
|
|
.component('SerialFrames', SerialFrames)
|