-
Notifications
You must be signed in to change notification settings - Fork 433
Class extends work a bit wrong #199
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
Comments
Could you provide self-contained reproduction? |
I guess the problem comes from here. https://github.com/vuejs/vue-class-component/blob/master/src/component.ts#L58 And here https://github.com/vuejs/vue-class-component/blob/master/src/util.ts#L22-L28 Note |
@HerringtonDarkholme I agree your guess. @ktsn Here is a reproduction jsfiddle. PS: This example works very well another example. |
Thanks for the repro. This seems a regression caused by static member forwarding that introduced in v6.1.0. |
Background
How
Work very well, but have a bit weird. The MockInputComponent have two duplicate content,
caused his watcher to be triggered twice.
Like this:

Am I doing something wrong?
The text was updated successfully, but these errors were encountered: