vue3-lazyload
vue3-lazyload copied to clipboard
A Vue3.x image lazyload plugin
Results
13
vue3-lazyload issues
Sort by
recently updated
recently updated
newest added
```js const lazyOptions = reactive({ root: refScrollbar.value, observerOptions: { rootMargin: "5000px", threshold: 0.1 }, lifecycle: { loading: (el) => { console.log("image loading", el); }, error: (el) => { console.log("image error",...
图片不能用相对路径吗?如果想用相对路径可以吗
Issue for supporting cases when image place as picture with many sources