Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Migration guide is being worked on here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m migrating my project to Vue 3 and I followed your migration guide to install
v-tooltip@vue3 v4.0.0-alpha.1
. I installed the plugin into Vue with:And I got warnings of
Failed to resolve component: v-popover
. I took a look at the install method and it seems the popover components were not installed:https://github.com/Akryum/v-tooltip/blob/1b987c7a9db84407c6c9055be67bc093c42398b8/packages/v-tooltip/src/index.js#L38-L57
Beta Was this translation helpful? Give feedback.
All reactions