How to define a DOM node using defineExpose
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.