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

mixin and extends have a different behavior than Vue 2 #1985

Closed
unbyte opened this issue Aug 27, 2020 · 1 comment · Fixed by #1986
Closed

mixin and extends have a different behavior than Vue 2 #1985

unbyte opened this issue Aug 27, 2020 · 1 comment · Fixed by #1986

Comments

@unbyte
Copy link
Contributor

unbyte commented Aug 27, 2020

Version

3.0.0-rc.9

Reproduction link

https://jsfiddle.net/ef6o4rLd/2/

Steps to reproduce

  1. see the console

What is expected?

properties defined in the component should have a higher priority than properties from extends and mixin

What is actually happening?

mixin and extends properties override those defined in the component


vue2 works well : https://jsfiddle.net/whv3dLzq/6/

@unbyte
Copy link
Contributor Author

unbyte commented Aug 27, 2020

sorry I just find that it's a duplicate issue with #1978 😂

@unbyte unbyte closed this as completed Aug 27, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2023
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