Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created January 1, 2022 20:28
Embed
What would you like to do?
<template>
<VDropdown>
<button>Menu</button>
<template #popper="{ hide }">
<RunSelector
@close="hide()"
/>
</template>
</VDropdown>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment