docs: update numeric type
This commit is contained in:
+3
-3
@@ -72,9 +72,9 @@ Vue.use(Lazyload);
|
||||
| src | Src | *string* | - |
|
||||
| fit | Fit mode | *string* | `fill` |
|
||||
| alt | Alt | *string* | - |
|
||||
| width | Width | *string \| number* | - |
|
||||
| height | Height | *string \| number* | - |
|
||||
| radius `v2.1.6` | Border Radius | *string \| number* | `0` |
|
||||
| width | Width | *number \| string* | - |
|
||||
| height | Height | *number \| string* | - |
|
||||
| radius `v2.1.6` | Border Radius | *number \| string* | `0` |
|
||||
| round | Whether to be round | *boolean* | `false` |
|
||||
| lazy-load | Whether to enable lazy load,should register [Lazyload](#/en-US/lazyload) component | *boolean* | `false` |
|
||||
| show-error `v2.0.9` | Whether to show error placeholder | *boolean* | `true` |
|
||||
|
||||
Reference in New Issue
Block a user