docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+19 -19
View File
@@ -161,16 +161,16 @@ export default {
### Tabbar Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| v-model | Identifier of current tab | *string \| number* | `0` | - |
| fixed | Whether to fixed bottom | *boolean* | `true` | - |
| border | Whether to show border | *boolean* | `true` | - |
| z-index | Z-index | *number* | `1` | - |
| active-color | Color of active tab item | *string* | `#1989fa` | - |
| inactive-color | Color of inactive tab item | *string* | `#7d7e80` | - |
| route | Whether to enable route mode | *boolean* | `false` | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` | - |
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Identifier of current tab | *string \| number* | `0` |
| fixed | Whether to fixed bottom | *boolean* | `true` |
| border | Whether to show border | *boolean* | `true` |
| z-index | Z-index | *number* | `1` |
| active-color | Color of active tab item | *string* | `#1989fa` |
| inactive-color | Color of inactive tab item | *string* | `#7d7e80` |
| route | Whether to enable route mode | *boolean* | `false` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` |
### Tabbar Events
@@ -180,15 +180,15 @@ export default {
### TabbarItem Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| name | Identifier | *string \| number* | Item index | - |
| icon | Icon name | *string* | - | - |
| dot | Whether to show red dot | *boolean* | - | - |
| info | Content of the badge | *string \| number* | - | - |
| url | Link | *string* | - | - |
| to | Target route of the link, same as to of vue-router | *string \| object* | - | - |
| replace | If true, the navigation will not leave a history record | *boolean* | `false` | - |
| Attribute | Description | Type | Default |
|------|------|------|------|
| name | Identifier | *string \| number* | Item index |
| icon | Icon name | *string* | - |
| dot | Whether to show red dot | *boolean* | - |
| info | Content of the badge | *string \| number* | - |
| url | Link | *string* | - |
| to | Target route of the link, same as to of vue-router | *string \| object* | - |
| replace | If true, the navigation will not leave a history record | *boolean* | `false` |
### TabbarItem Slots