[new feature] Image: add show-error prop (#3896)

This commit is contained in:
neverland
2019-07-19 09:50:03 +08:00
committed by GitHub
parent 250babecaa
commit 157d0bfee2
5 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ Vue.use(Image);
| height | 高度,默认单位为 px | `string | number` | - | - |
| round | 是否显示为圆形 | `boolean` | `false` | - |
| lazy-load | 是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用 | `boolean` | `false` | - |
| loading-placeholder | 是否展示图片加载提示 | `boolean` | `true` | `2.0.9` |
| show-error | 是否展示图片加载失败提示 | `boolean` | `true` | 2.0.9 |
| loading-placeholder | 是否展示图片加载中提示 | `boolean` | `true` | 2.0.9 |
### 图片填充模式