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.9
https://jsfiddle.net/skirtle/xcrwq9n6/
Check the console log.
The value hello! should be logged.
hello!
The value from the global mixin should be overridden by the value on the component itself.
The value goodbye! is logged.
goodbye!
The equivalent example in Vue 2 works as expected: https://jsfiddle.net/skirtle/cdgf1omx/
The text was updated successfully, but these errors were encountered:
fix(runtime-core): ensure consistent $options merge behavior with 2.x (…
706b52a
…#1986) close #1978 , close #1979
Successfully merging a pull request may close this issue.
Version
3.0.0-rc.9
Reproduction link
https://jsfiddle.net/skirtle/xcrwq9n6/
Steps to reproduce
Check the console log.
What is expected?
The value
hello!
should be logged.The value from the global mixin should be overridden by the value on the component itself.
What is actually happening?
The value
goodbye!
is logged.The equivalent example in Vue 2 works as expected: https://jsfiddle.net/skirtle/cdgf1omx/
The text was updated successfully, but these errors were encountered: