bootstrap-vue-next: Tooltip Doesn't work in nuxt
Describe the bug
When I use tooltip directive in Nuxt project ( In pure Vue app it’s ok), I get this Error (ssr:false):

About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 17 (12 by maintainers)
On second look, my answer is incorrect. This problem is the result of an improper nuxt config file on our end. Since Nuxt isn’t fully supported, I’m not going to make it a priority, as compared to other issues that exist. But I will look into it and ask around the Nuxt discord and things, since the documentation for writing a Nuxt module is difficult to understand.
Import directives directly. There was some issue with having them auto import. I’d have to look at it more on why it wasn’t working
I’m aware, it is what I noticed and corrected myself in my last message. I have a branch that contains some changes, but it’s still being worked on.