docs(Image): rename Image to VanImage (#6049)

This commit is contained in:
neverland
2020-04-14 16:36:26 +08:00
committed by GitHub
parent 4d0281018a
commit 43777e7da9
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
```js
import Vue from 'vue';
import { Image } from 'vant';
import { Image as VanImage } from 'vant';
Vue.use(Image);
Vue.use(VanImage);
```
## Usage