heikaimu / vue3-waterfall-plugin

vue3 瀑布流插件,支持 PC 和移动端,支持 animate 的所有动画效果,支持图片懒加载
https://vue3-waterfall.netlify.app/
390 stars 29 forks source link

接口返回数据后报错 #52

Open blackomilk opened 9 months ago

blackomilk commented 9 months ago

有大神碰到过这个问题吗,接口返回数据后报错了

image
blackomilk commented 9 months ago

代码部分 :list="picList" :gutter="10" class="works_list" :breakpoints="waterObj" :animationDelay="0" :animationDuration="0" :crossOrigin="false" :hasAroundGutter="false" :width="320" ref="masonry" animationPrefix="animated" v-if="picList.length && !loading"

heikaimu commented 9 months ago

检查你的图片地址字段是否正确,默认src,你看看文档