We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.11
All
2.5.21
https://codepen.io/vamdoose/pen/rEMPLr?editors=1111
the data prop activeIndex set 0 as the initial value instead of -1 .
Since the component created, the active index changes from -1 to 0 and emits the change event.
Is that an intended phenomenon or unexpected issue ? Why not just set the initial data prop activeIndex to 0 instead of -1.
The text was updated successfully, but these errors were encountered:
iamkun
Successfully merging a pull request may close this issue.
Element UI version
2.4.11
OS/Browsers version
All
Vue version
2.5.21
Reproduction Link
https://codepen.io/vamdoose/pen/rEMPLr?editors=1111
Steps to reproduce
What is Expected?
the data prop activeIndex set 0 as the initial value instead of -1 .
What is actually happening?
Since the component created, the active index changes from -1 to 0 and emits the change event.
Is that an intended phenomenon or unexpected issue ?
Why not just set the initial data prop activeIndex to 0 instead of -1.
The text was updated successfully, but these errors were encountered: