-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.7.2
Environment
macos, chrome latest, vue 2.6.11
Reproduction link
Steps to reproduce
See minimal reproduction
What is expected?
The key parameter of @change event handler should be the value of which panel user just click, not the whole activeKey(v-model) array.
And the documentation say so.
What is actually happening?
key == activeKey
No way to know what panel user just click currently.