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

Global mixin taking precedence for custom options #1978

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

Global mixin taking precedence for custom options #1978

skirtles-code opened this issue Aug 26, 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/

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/

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