-
### Version
15.9.3
### Reproduction link
[https://codesandbox.io/s/hardcore-perlman-09fh0?file=/pages/index.vue](https://codesandbox.io/s/hardcore-perlman-09fh0?file=/pages/index.vue)
…
-
http://www.iqiyipic.com/common/fix/loading-gold180620.gif
https://github.com/hilongjw/vue-lazyload/issues/174
-
### Describe the bug
Dependencies are not properly bundled by vite, causing a 25MB load & ~1200 requests on a typical theme-yun blog.
pnpm dev log
```
> valaxy-reprod@0.0.0 dev D:\Projects\v…
-
# 【性能优化】手把手实现图片懒加载+Vue封装
本文以懒加载为主,先看看懒加载和预加载两者的概念对比
# 一、总览
![293bf8f6-acff-447b-b8d3-4a66bc11ef69](https://user-images.githubusercontent.com/25027560/39081915-805e8f90-457c-11e8-8028-edd54252b6ce…
-
vue-lazyload 是不是会计算没有加载的图片的宽高
-
Suddenly vue-lazyload stopped working. I tried going back to the previous version but I still get the same error.
[Vue warn]: Failed to resolve directive: lazy
It was working yesterday so I sus…
-
![](https://static.vue-js.com/bd85a970-4345-11eb-85f6-6fac77c0c9b3.png)
## 一、什么是指令
开始之前我们先学习一下指令系统这个词
**指令系统**是计算机硬件的语言系统,也叫机器语言,它是系统程序员看到的计算机的主要属性。因此指令系统表征了计算机的基本功能决定了机器所要求的能力
在`vue…
-
本地package.json文件都有这些模块,但是拉去代码到服务器之后执行deploy就报这个错误,到服务器端到production文件夹去看时没问题的
`--> Deploying to production environment
--> on host 39.105.73.230
fatal: no upstream configured for branch 'master'…
-
I am using the v-lazy on the `` element.
Lazy load works fine, however, the issue is the request fires twice?
`import VueLazyload from 'vue-lazyload';
Vue.use(VueLazyload, { attempt: 1, preLoad…
-
when i use the vue-lazyload, the loading image size is the image size what i want show,i want set the loading image size,what should i do?
thanks for first