chore(Tabbar): improve isUnfit (#8356)

This commit is contained in:
neverland
2021-03-15 20:35:14 +08:00
committed by GitHub
parent b119d4ad41
commit d9ed5b9fb0
3 changed files with 14 additions and 15 deletions
+6 -6
View File
@@ -171,9 +171,9 @@ export default {
### Tabbar Events
| Event | Description | Arguments |
| ------ | -------------------------------- | ---------------------------- |
| change | Emitted when changing active tab | active: index of current tab |
| Event | Description | Arguments |
| ------ | -------------------------------- | -------------------------- |
| change | Emitted when changing active tab | _active: number \| string_ |
### TabbarItem Props
@@ -190,9 +190,9 @@ export default {
### TabbarItem Slots
| Name | Description | SlotProps |
| ---- | ----------- | --------- |
| icon | Custom icon | active |
| Name | Description | SlotProps |
| ---- | ----------- | -------------------------- |
| icon | Custom icon | _active: boolean_ |
### Less Variables