Skip to content

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

@alvarosabu

Description

@alvarosabu

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions