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
while building component lib or using teleport feature of Vue3, the HTML element sometimes goes out of the component. Although we can use getComponent to access it by VNode & component, but we don't want to always abstract anything into a component.
Therefore, it can be better if there's a function works like:
while building component lib or using teleport feature of Vue3, the HTML element sometimes goes out of the component. Although we can use
getComponent
to access it by VNode & component, but we don't want to always abstract anything into a component.Therefore, it can be better if there's a function works like:
So I can still use the query or trigger features provided by VTU.
The text was updated successfully, but these errors were encountered: