Explorar o código

fix: pdf预览懒加载

zhangjie hai 7 meses
pai
achega
b3ca50cc8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>