[Improvement] Tabbar: add z-index prop (#1310)

This commit is contained in:
neverland
2018-06-20 23:01:12 +08:00
committed by GitHub
parent 0a99da352e
commit 3c48de191d
5 changed files with 30 additions and 4 deletions
+2
View File
@@ -69,6 +69,8 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| v-model | 当前选中标签的索引 | `Number` | - |
| fixed | 是否固定在底部 | `Boolean` | `true` |
| z-index | 元素 z-index | `Number` | `1` |
### Tabbar Event