[Vuejs]-Tiptap2 floating menu giving me an error in vue 3 with script setup

0๐Ÿ‘

โœ…

I figured out the problem. When using vue3 you should import FloatingMenu from โ€˜@tiptap/vue-3โ€™ and not from the regular โ€˜@tiptap/extension-floating-menu.โ€™ Hope this post is helpfull for anyone else making this same mistake. Heres the working example: stackblitz

Leave a comment