docs(Image): add lazyload registration

This commit is contained in:
陈嘉涵 2020-01-18 10:47:25 +08:00
parent 6b090ef68c
commit f928063d6a
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,7 @@ Show round image, it may not works at `fit=contain` and `fit=scale-down`
```
```js
import Vue from 'vue';
import { Lazyload } from 'vant';
Vue.use(Lazyload);

View File

@ -66,6 +66,13 @@ Vue.use(Image);
/>
```
```js
import Vue from 'vue';
import { Lazyload } from 'vant';
Vue.use(Lazyload);
```
### 加载中提示
`Image`组件提供了默认的加载中提示,支持通过`loading`插槽自定义内容