feat(Image): add loading-icon prop (#5469)

This commit is contained in:
neverland
2020-01-03 18:17:41 +08:00
committed by GitHub
parent 783e30361f
commit e380c23b1c
6 changed files with 35 additions and 52 deletions
+1
View File
@@ -104,6 +104,7 @@ Vue.use(Image);
| lazy-load | 是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用 | *boolean* | `false` | - |
| show-error | 是否展示图片加载失败提示 | *boolean* | `true` | 2.0.9 |
| show-loading | 是否展示图片加载中提示 | *boolean* | `true` | 2.0.9 |
| loading-icon | 加载时提示的图标名称或图片链接,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | `photo-o` | 2.4.2 |
### 图片填充模式