[Doc] use ts-style type
This commit is contained in:
@@ -49,9 +49,9 @@ Vue.use(Divider);
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| dashed | Whether to use dashed border | `Boolean` | `false` |
|
||||
| hairline | Whether to use hairline | `Boolean` | `true` |
|
||||
| content-position | Content position,can be set to `left` `right` | `String` | `center` |
|
||||
| dashed | Whether to use dashed border | `boolean` | `false` |
|
||||
| hairline | Whether to use hairline | `boolean` | `true` |
|
||||
| content-position | Content position,can be set to `left` `right` | `string` | `center` |
|
||||
|
||||
### Cell Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user