floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

v-close-popper doesn't seem to be working on v4

Open alvarosabu opened this issue 4 years ago • 1 comments

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

alvarosabu avatar Jul 20 '21 12:07 alvarosabu

I can't reproduce on my own on the current vue3 branch.

Akryum avatar Nov 03 '21 12:11 Akryum