[new feature] Tabbar: add border prop

This commit is contained in:
陈嘉涵
2019-05-20 15:45:32 +08:00
parent a6b60c2a55
commit ead802d9f1
6 changed files with 20 additions and 1 deletions
+1
View File
@@ -142,6 +142,7 @@ export default {
|------|------|------|------|
| v-model | Identifier of current tab | `String | Number` | `0` |
| fixed | Whether to fixed bottom | `Boolean` | `true` |
| border | Whether to show border | `Boolean` | `true` |
| z-index | Z-index | `Number` | `1` |
| active-color | Color of active tab item | `String` | `#1989fa` |
| inactive-color | Color of inactive tab item | `String` | `#7d7e80` |