浏览代码

fix: pdf预览懒加载

zhangjie 7 月之前
父节点
当前提交
b3ca50cc8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>