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
How should I pass the setActive function to a child component? The setup script can't contain exports, and when I initialize outside a component, I get onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement..
The text was updated successfully, but these errors were encountered:
How should I pass the setActive function to a child component? The setup script can't contain exports, and when I initialize outside a component, I get
onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
.The text was updated successfully, but these errors were encountered: