jinx 6 tháng trước cách đây
mục cha
commit
d47faeec03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/iframeView/index.vue

+ 1 - 1
src/views/home/iframeView/index.vue

@@ -57,7 +57,7 @@ let imageSwiper = null;
 const options = {
   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 = () => {
   imageSwiper = new Swiper(".view-container", options);
 };