-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Vue does not correctly dedupe global mixin, global mixined lifecycle hook be called twice #9198
Comments
hikerpig
added a commit
to hikerpig/vue
that referenced
this issue
Dec 13, 2018
13 tasks
yyx990803
pushed a commit
that referenced
this issue
Jan 10, 2019
closed via #9199 - thanks for fixing your own issue! 👍 |
yyx990803
pushed a commit
that referenced
this issue
Jan 11, 2019
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.21
Reproduction link
https://codepen.io/hikerpig/pen/dwYEej
Steps to reproduce
Goto the minimal reproduction link
Or simply add this to test/unit/features/options/mixins.spec.js
What is expected?
spy to be called once
What is actually happening?
spy is called twice
When using vue-class-component , it's easy to pass not-plain-object to Vue.extends mixins
I've added a similar issue in vuejs/vue-class-component#291 , and it is still not fixed
The text was updated successfully, but these errors were encountered: