reqair docs (#3006)

This commit is contained in:
Aimer
2019-03-20 11:52:44 +08:00
committed by neverland
parent 09bc2b3f25
commit a156e1b914
12 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export default {
| info | Info message | `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 | `String` | `false` |
| replace | If true, the navigation will not leave a history record | `Boolean` | `false` |
### TabbarItem Slot
+1 -1
View File
@@ -102,7 +102,7 @@ export default {
| info | 图标右上角提示信息 | `String | Number` | - | - |
| url | 跳转链接 | `String` | - | - |
| to | 路由跳转对象,同 `vue-router` 的 to | `String | Object` | - | - |
| replace | 跳转时是否替换当前页面历史 | `String` | `false` | - |
| replace | 跳转时是否替换当前页面历史 | `Boolean` | `false` | - |
### TabbarItem Slot