|
@@ -141,8 +141,15 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
-import { nextTick } from "process";
|
|
|
|
-import { ref, computed, unref, onMounted, onUnmounted, watchEffect } from "vue";
|
|
|
|
|
|
+import {
|
|
|
|
+ ref,
|
|
|
|
+ computed,
|
|
|
|
+ unref,
|
|
|
|
+ nextTick,
|
|
|
|
+ onMounted,
|
|
|
|
+ onUnmounted,
|
|
|
|
+ watchEffect,
|
|
|
|
+} from "vue";
|
|
import { useStore } from "vuex";
|
|
import { useStore } from "vuex";
|
|
import { Swiper, SwiperSlide } from "swiper/vue";
|
|
import { Swiper, SwiperSlide } from "swiper/vue";
|
|
import { Navigation, Zoom } from "swiper";
|
|
import { Navigation, Zoom } from "swiper";
|