You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrapper change the real dom to VNodes(toVNodes method) in connectedCallback.
But there is no way to get the event listeners on a html element using javascript.
So the wrapper lose all event listeners after the conversion.
It's a serious problem.
Simple example as below. When trying to catch an event in web component slot, it's not working. Using browser
onClick
works fine.web-container.vue - web component
app.vue - vue application
The text was updated successfully, but these errors were encountered: