Skip to content
New issue

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

Custom option inheritance for chained extends #1979

Closed
skirtles-code opened this issue Aug 27, 2020 · 0 comments · Fixed by #1986
Closed

Custom option inheritance for chained extends #1979

skirtles-code opened this issue Aug 27, 2020 · 0 comments · Fixed by #1986

Comments

@skirtles-code
Copy link
Contributor

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 of base-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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant