Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created January 1, 2022 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akryum/b6b85fd67da9732bf404c4f9f69cd66c to your computer and use it in GitHub Desktop.
Save Akryum/b6b85fd67da9732bf404c4f9f69cd66c to your computer and use it in GitHub Desktop.
<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