[Doc] remove old version tip (#3694)

This commit is contained in:
neverland
2019-06-29 16:56:07 +08:00
committed by GitHub
parent 8a1a186dac
commit cbda63939d
33 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export default {
| v-model | 当前选中标签的名称或索引值 | `String | Number` | `0` | - |
| fixed | 是否固定在底部 | `Boolean` | `true` | - |
| border | 是否显示外边框 | `Boolean` | `true` | 2.0.0 |
| z-index | 元素 z-index | `Number` | `1` | 1.1.9 |
| z-index | 元素 z-index | `Number` | `1` | - |
| active-color | 选中标签的颜色 | `String` | `#1989fa` | 1.5.1 |
| inactive-color | 未选中标签的颜色 | `String` | `#7d7e80` | 2.0.0 |
| route | 是否开启路由模式 | `Boolean` | `false` | 2.0.0 |