feat(Cascader): click-tab event (#8606)

* feat(Cascader): click-tab event

* chore(Cascader): adjust onClickTab use
This commit is contained in:
nemo-shen
2021-04-23 17:38:40 +08:00
committed by GitHub
parent f57e1313e9
commit df7114701a
4 changed files with 41 additions and 6 deletions
+1
View File
@@ -220,6 +220,7 @@ export default {
| change | Emitted when active option changed | `{ value, selectedOptions, tabIndex }` |
| finish | Emitted when all options is selected | `{ value, selectedOptions, tabIndex }` |
| close | Emmitted when the close icon is clicked | - |
| click-tab | Emitted when a tab is clicked | _activeTab: number, title: string_ |
### Slots