Subscribe on changes!

How to define a DOM node using defineExpose

avatar
Mar 21st 2022

What problem does this feature solve?

I know that defineExpose is a compiled macro.But in vue3, the root node is fragment. I want to manually specify the root node to let other components find it.

Although I can define a function, many components are third-party and will only look for $el

What does the proposed API look like?

I don't know What should I do.

avatar
Mar 21st 2022

I don't know What should I do.

Go to chat.vuejs.org and ask the community, please. Issues are not a help board.