[new feature] Tabbar: add active-color prop (#2372)

This commit is contained in:
neverland
2018-12-25 21:41:57 +08:00
committed by GitHub
parent fb9a5fe727
commit 728a0e26c5
6 changed files with 79 additions and 4 deletions
+2
View File
@@ -31,6 +31,7 @@ export default {
```
#### Custom icon
Use `icon` slot to custom icon
```html
@@ -69,6 +70,7 @@ export default {
| v-model | Index of current tab | `Number` | - |
| fixed | Whether to fixed bottom | `Boolean` | `true` |
| z-index | Z-index | `Number` | `1` |
| active-color | Color of active tab item | `String` | `#1989fa` |
### Tabbar Event