Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.28k stars 335 forks source link

It doesn't work with Vue 3/Vite #971

Closed Dagge11 closed 1 year ago

Dagge11 commented 1 year ago

This doesn't work. I have installed it and enabled globally with

import FloatingVue from 'floating-vue';
createApp(App).use(router).use(FloatingVue).mount('#app');

And I have used it inside a component as a directivev-tooltip="'Hello there'"and it doesn't work

antfu commented 1 year ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required