feat(Image): add radius prop (#4230)

This commit is contained in:
neverland
2019-08-25 12:41:26 +08:00
committed by GitHub
parent c257cc4bac
commit af018ca0f1
5 changed files with 28 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ Vue.use(Lazyload);
| alt | Alt | `string` | - | - |
| width | Width | `string | number` | - | - |
| height | Height | `string | number` | - | - |
| radius | Border Radius | `string | number` | `0` | - |
| round | Whether to be round | `boolean` | `false` | - |
| lazy-load | Whether to enable lazy loadshould register [Lazyload](#/en-US/lazyload) component | `boolean` | `false` | - |
| show-error | Whether to show error placeholder | `boolean` | `true` |