-
Hi, I am using vue-lazyload version: 1.3.1 and vue version: 2.6.10.
I am receiving TypeError while using ``:
```
Uncaught TypeError: item.destroy is not a function
at eval (vue-lazyload.es…
-
Hi, I've just tried to install the packages and got Package subpath is not defined by exports error.
Server is not running.
```bash
l$ cd svelte-image-loading/
user@pc:~/dev/lazyload/svelte-im…
-
亲爱的Vue-lazyload作者,感谢您提供便捷有效的库,为我的工作带来了极大的帮助。
近期项目中突发一个问题,所有用v-lazy属性的图片都无法显示,原因是我们使用[https://unpkg.com/vue-lazyload/vue-lazyload.js](https://unpkg.com/vue-lazyload/vue-lazyload.js)调用您的库,它会自动跳转到[https…
-
**Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version ✅
- Used the search feature to ensure that the bug hasn’t been reporte…
-
### Element UI version
2.15.7
### OS/Browsers version
macOs/chrome
### Vue version
2.6.14
### Reproduction Link
https://codesandbox.io/s/aged-frost-5ttjs?file=/src/App.vue
### Step…
-
### Reproduction
import { lazyLoad } from 'unlazy'
// Apply lazy loading for all images by the selector `img[loading="lazy"]`
lazyLoad()
### Describe the bug
i have follow all the step but noth…
-
Consider the following snippet
```javascript
render () {
const { src, srcSet, sizes, placeholder } = this.props
return (
{
this.setState({ is…
-
## 解決したい問題
https://github.com/kazupon/vuefes-2019/pull/170#pullrequestreview-294678426
スポンサー一覧ページでは、lazyload が使われていない。
lazyload を使うとナビゲーションのリンクをクリックしたときに意図した位置へスクロールがされなかったため、lazyload を実装していな…
-
After finding out Vimeo has had issues with its embed code they have made some changes to how the videos are played. They now require a url parameter for example: https://player.vimeo.com/video/000000…
-
When I have a `` inside an element with `display: none` and I change this display to block, the content not load. This content only will load after a scroll interaction.
The code is like that:
`…