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
So, from the documentation I can see I can get the close method through v-slot, but I don't see an example or cannot figure a way to make this work within my business logic (in script tag)..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So, from the documentation I can see I can get the close method through v-slot, but I don't see an example or cannot figure a way to make this work within my business logic (in script tag)..
let's check a simple example
So In the example I also try to have a reference to Menu and call close method, but his one is not exposed, so it is not accessible.
even tried something like this, passing the close method from v-slot as a callback function
Any idea of how to do it?
Beta Was this translation helpful? Give feedback.
All reactions