Procházet zdrojové kódy

fix: pdf预览懒加载

zhangjie před 7 měsíci
rodič
revize
b3ca50cc8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/PreviewAttachment.vue

+ 1 - 1
src/components/PreviewAttachment.vue

@@ -14,7 +14,7 @@
       <ul
         class="list"
         v-infinite-scroll="load"
-        infinite-scroll-disabled="disabled"
+        :infinite-scroll-disabled="disabled"
       >
         <li v-for="url in imageList" :key="url" style="margin-bottom: 10px">
           <image-watermark :content="content" :url="url"></image-watermark>