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
It might not be desirable to add expose: [] because when the component is accessed based on a ref it will be undefined and the user might still wish to access the base element the vue handles (to get its dimensions for example)
Set expose on components where returned values are not expected to be used externally https://v3.vuejs.org/api/options-data.html#expose
The text was updated successfully, but these errors were encountered: