What problem does this feature solve?
Thank you for the great work on the defineCustomElements. I'm really enjoying this feature, and I'm sure many others so so as well.
Unfortunately the devtools are currently unable to find any components created with defineCustomElements.
From a quick glance it seems they are initialized with the .mount() method of an app, which defineCustomElements does not make use of.
It would be a really nice addition if we were able to debug our components with the vuejs devtools.
What does the proposed API look like?
I'm not that in-depth with vue behind the scenes. Maybe it would be possible to hook into connectedCallback and disconnectedCallback to initialize devtools?
What problem does this feature solve?
Thank you for the great work on the
defineCustomElements. I'm really enjoying this feature, and I'm sure many others so so as well.Unfortunately the devtools are currently unable to find any components created with
defineCustomElements.From a quick glance it seems they are initialized with the
.mount()method of an app, whichdefineCustomElementsdoes not make use of.It would be a really nice addition if we were able to debug our components with the vuejs devtools.
What does the proposed API look like?
I'm not that in-depth with vue behind the scenes. Maybe it would be possible to hook into
connectedCallbackanddisconnectedCallbackto initialize devtools?