docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+9 -9
View File
@@ -49,15 +49,15 @@ export default {
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| 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` |
| 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` | - |
### Slots