vue-mention icon indicating copy to clipboard operation
vue-mention copied to clipboard

Use Bootstrap-vue tool-tip.

Open uwejan opened this issue 3 years ago • 3 comments

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.

uwejan avatar Mar 29 '21 11:03 uwejan

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?

holmesadrianh avatar Jul 12 '21 20:07 holmesadrianh

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

MicroDreamIT avatar Sep 01 '21 19:09 MicroDreamIT

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)

kamenivskyi avatar Nov 14 '21 22:11 kamenivskyi