We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.2.31
codesandbox.io
Click buttons in the reproduction sandbox to render CustomEvent.details under each one
CustomEvent.details
CustemEvent details to be rendered under the second button (async)
Event is not emitted from the second button (async) and nothing is rendered
The text was updated successfully, but these errors were encountered:
fix(custom-elements): fix event emit for async custom elements
81ad428
fix #5599
fix(custom-elements): fix event emitting for async custom elements (#…
665f2ae
…5601) fix #5599
fix(custom-elements): fix event emitting for async custom elements (v…
4c2b349
…uejs#5601) fix vuejs#5599
51fc858
Successfully merging a pull request may close this issue.
Version
3.2.31
Reproduction link
codesandbox.io
Steps to reproduce
Click buttons in the reproduction sandbox to render
CustomEvent.details
under each oneWhat is expected?
CustemEvent details to be rendered under the second button (async)
What is actually happening?
Event is not emitted from the second button (async) and nothing is rendered
The text was updated successfully, but these errors were encountered: