Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
521 stars 53 forks source link

Use Bootstrap-vue tool-tip. #39

Open uwejan opened 3 years ago

uwejan commented 3 years ago

Hi, What it possible to use bootstrap-vue tool-tip instead? https://bootstrap-vue.org/docs/directives/tooltip/#tooltips

Edit: Even installing v-tooltip while using bootstrap-vue, seems to be problematic, this is big problem where as the project depends on bootstrap-vue. Thanks.

holmesadrianh commented 3 years ago

I am also finding it problematic with Bootstrap-Vue. The styling seems to be conflicting. The styling suggested in the readme is overwriting Bootstrap-Vue tooltip styles. How can we restrict this?

MicroDreamIT commented 2 years ago

Same problem here, also they have limited support, I am trying to integrate this with Vuetify, but no luck yet

kamenivskyi commented 2 years ago

I had the same problem, in the end, I just downloaded the vue-mention code and got rid of the v-tooltip (replaced VPopover with a div element and then style it)