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
3.0.0-rc.6
https://jsfiddle.net/mf1v63pc/1/
Open a link to jsfiddle project. You can see that alert shows only once The same thing happens when I try to use mixins
I expected to execute the code of both components
Executed only one component
The text was updated successfully, but these errors were encountered:
fix(runtime-core): properly call lifecycle hooks in chained mixins & …
6df0e73
…extends (#1974) fix #1973
Successfully merging a pull request may close this issue.
Version
3.0.0-rc.6
Reproduction link
https://jsfiddle.net/mf1v63pc/1/
Steps to reproduce
Open a link to jsfiddle project. You can see that alert shows only once
The same thing happens when I try to use mixins
What is expected?
I expected to execute the code of both components
What is actually happening?
Executed only one component
The text was updated successfully, but these errors were encountered: