docs: type highlight (#4264)
This commit is contained in:
@@ -51,13 +51,13 @@ export default {
|
||||
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| title | Title | `string` | `''` | - |
|
||||
| left-text | Left Text | `string` | `''` | - |
|
||||
| right-text | Right Text | `string` | `''` | - |
|
||||
| left-arrow | Whether to show left arrow | `boolean` | `false` | - |
|
||||
| fixed | Whether to fixed top | `boolean` | `false` | - |
|
||||
| border | Whether to show bottom border | `boolean` | `true` | - |
|
||||
| z-index | Z-index | `number` | `1` | - |
|
||||
| title | Title | *string* | `''` | - |
|
||||
| left-text | Left Text | *string* | `''` | - |
|
||||
| right-text | Right Text | *string* | `''` | - |
|
||||
| left-arrow | Whether to show left arrow | *boolean* | `false` | - |
|
||||
| fixed | Whether to fixed top | *boolean* | `false` | - |
|
||||
| border | Whether to show bottom border | *boolean* | `true` | - |
|
||||
| z-index | Z-index | *number* | `1` | - |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user