-
### 相关学习
`level 1`:表示最少预习内容
`level 2`:表示课程需要学会的东西
`level 3`:表示课外知识
* 项目地址
* https://github.com/FE-star/Plan-2022/tree/main/page-transformer
* CSS栅格
* 定宽栅格 `level1` (大部分场景其实定宽就可以解决)
*…
-
According to @smith02620 using https://testmysite.thinkwithgoogle.com/ says,
the loading time is > 3 seconds.
Maybe try lazy-load the images(https://github.com/hilongjw/vue-lazyload) or components(h…
-
------------------更新:20190628 23:14
我对比了下v1.2.6和v1.3.0版本的区别,发现把v1.2.6版本中的key: "checkInView", 这一段内容复制到v1.3.0版本中即可解决问题。如图:
![修改v1.3.0中代码部分如图](https://img.alicdn.com/imgextra/i1/759415648/O1CN01LP64Wz1…
-
Would be appreciated to have this plugin working with Nuxt, I've tried the setup below and it doesn't work.
**plugins/test.js**
```
import Vue from 'vue'
import VueLazyLoad from 'vue-lazyload'
…
-
在你的vue-lazyload-img/src/lib/index.ts文件中
`el.src = 'data:image/gifbase64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='`
你那里会执行onload函数么?
我把它修改成如下地址(gif后面加个;号),it's ok
`el.src = 'data:image/…
-
```html
```
11003 updated
8 months ago
-
替换初始化配置占位图片
v-lazy="{
src: 'http://xx.com/logo.png',
error: 'http://xx.com/error.png',
loading: 'http://xx.com/loading-spin.svg'
…
-
Hello there
I used to do the following to darken my background photos with a single line of css:
```
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(image.png);
```
…
lupas updated
4 years ago
-
### Element UI version
2.14.1
### OS/Browsers version
windows10/Google Chrome 87.0.4280.66
### Vue version
3.0.3
### Reproduction Link
https://jsfiddle.net/sch2y5ux/
### Steps to r…
-
你好 项目中想要实现懒加载 如何去修改webpack的配置呢?谢谢