heikaimu / vue3-waterfall-plugin

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

接口返回数据后报错 #52

Closed blackomilk closed 1 month ago

blackomilk commented 12 months ago

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

image
blackomilk commented 12 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 12 months ago

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