feat(TabbarItem): add icon-prefix prop (#5666)

This commit is contained in:
chenjiahan
2020-02-28 15:51:05 +08:00
parent 876b899fec
commit c2e1c03eb6
3 changed files with 17 additions and 3 deletions
+1
View File
@@ -179,6 +179,7 @@ export default {
|------|------|------|------|
| name | Identifier | *number \| string* | Item index |
| icon | Icon name | *string* | - |
| icon-prefix `v2.5.3` | Icon className prefix | *string* | `van-icon` |
| dot | Whether to show red dot | *boolean* | - |
| info | Content of the badge | *number \| string* | - |
| url | Link | *string* | - |