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
+1
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);