|
@@ -16,7 +16,7 @@ import BtnBack from '@/components/BtnBack.vue'
|
|
|
// import BtnClickMe from '@/components/BtnClickMe.vue'
|
|
|
import OperationTip from '@/components/OperationTip.vue'
|
|
|
import HotspotComp from '@/components/HotspotComp.vue'
|
|
|
-// import HotspotForHomepage from '@/components/HotspotForHomepage.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'
|
|
@@ -90,7 +90,7 @@ app.use(store)
|
|
|
// .component('BtnClickMe', BtnClickMe)
|
|
|
.component('OperationTip', OperationTip)
|
|
|
.component('HotspotComp', HotspotComp)
|
|
|
-// .component('HotspotForHomepage', HotspotForHomepage)
|
|
|
+ .component('HotspotForHomepage', HotspotForHomepage)
|
|
|
// .component('Swiper', Swiper)
|
|
|
// .component('SwiperSlide', SwiperSlide)
|
|
|
.component('SerialFrames', SerialFrames)
|