vuejs/vue-web-component-wrapper

The child webcomponent of webcomponent will trigger created twice

aweiu opened this issue · 1 comments

aweiu commented

Online Test

You will see the output "created" three times on the console. One is output by Vue component, and the other two are output by Vue web component.

image

@aweiu Hi. I noticed that too. This is due to the use of slot.
Did you manage to fix it?