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/1/
Check the console.
You can ignore the data value, that's there to confirm that something is inheriting.
data
The custom option should have a value of base-value.
custom
base-value
The value is undefined.
undefined
Everything works fine if the inheritance chain is shortened to one step.
Vue 2 equivalent: https://jsfiddle.net/skirtle/cdgf1omx/1/
Likewise for mixins.
mixins
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/1/
Steps to reproduce
Check the console.
You can ignore the
data
value, that's there to confirm that something is inheriting.What is expected?
The
custom
option should have a value ofbase-value
.What is actually happening?
The value is
undefined
.Everything works fine if the inheritance chain is shortened to one step.
Vue 2 equivalent: https://jsfiddle.net/skirtle/cdgf1omx/1/
Likewise for
mixins
.The text was updated successfully, but these errors were encountered: