jinx 6 달 전
부모
커밋
d47faeec03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 };