feat(Image): add error-icon prop (#5470)

This commit is contained in:
neverland
2020-01-03 18:49:41 +08:00
committed by GitHub
parent e380c23b1c
commit 46e995ab4a
5 changed files with 27 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ Vue.use(Lazyload);
| lazy-load | Whether to enable lazy loadshould register [Lazyload](#/en-US/lazyload) component | *boolean* | `false` | - |
| show-error | Whether to show error placeholder | *boolean* | `true` | 2.0.9 |
| show-loading | Whether to show loading placeholder | *boolean* | `true` | 2.0.9 |
| error-icon | Error icon | *string* | `warning-o` | 2.4.2 |
| loading-icon | Loading icon | *string* | `photo-o` | 2.4.2 |
### fit optional value