[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
@@ -65,6 +65,8 @@ export default {
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| v-model | Index of current tab | `Number` | - |
| fixed | Whether to fixed bottom | `Boolean` | `true` |
| z-index | Z-index | `Number` | `1` |
### Tabbar Event