-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
when using mixins in component, the mixin's data will overwrite component's data; 数据对象在合并时,以mixins优先,而不是以组件数据优先 #1187
Comments
Could you please spent some time to read the Document first? |
I read the document again, but vue3 is actually different from vue2. Is a breaking change? |
Well, I found the relative rfcs, it may help you. There is no more
|
thx~ |
not a bug |
Version
3.0.0-beta.10
Reproduction link
https://codepen.io/zhuxin/pen/yLYxKpv
Steps to reproduce
What is expected?
3
What is actually happening?
1
The text was updated successfully, but these errors were encountered: