-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: convert emits to props, fix #13104 #13105
Conversation
I'll take a look and add tests |
I need some help, I couldn't get emits from |
This fix is beyond my capabilities and I hope someone else can fix it. |
No, your implementation doesn't take |
Yes, because it can be |
Does it mean that If a component use |
Yes, seemed to be true |
I think it works with extends and mixin now. |
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
main
branch for v2.x (or to a previous version branch)fix #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Converts emits to props.
Other information: