floating-vue
floating-vue copied to clipboard
v-close-popper doesn't seem to be working on v4
Hi, I'm testing the v-tooltip@vue3 v4.0.0-alpha.1 following the migration guide here
<VDropdown
:triggers="['hover', 'focus']"
boundary="body"
:popper-options="{ preventOverflow: true }"
>
<a>Awiwi</a>
<template #popper>
I'm a popover
<button v-close-popper>X</button>
</template>
</VDropdown>
I don't know if I'm applying the v-close-popper directive correctly, but doesn't seems to work.
Reproduction link:
https://codesandbox.io/s/peaceful-morning-f0724?file=/src/App.vue:164-495
I can't reproduce on my own on the current vue3 branch.