|
@@ -57,7 +57,7 @@ let imageSwiper = null;
|
|
const options = {
|
|
const options = {
|
|
freeMode: false,
|
|
freeMode: false,
|
|
};
|
|
};
|
|
-const images = ref(["https://picsum.photos/200/200", "https://picsum.photos/300/200", "https://picsum.photos/250/200"]);
|
|
|
|
|
|
+const images = ref([]);
|
|
const setSwiper = () => {
|
|
const setSwiper = () => {
|
|
imageSwiper = new Swiper(".view-container", options);
|
|
imageSwiper = new Swiper(".view-container", options);
|
|
};
|
|
};
|