Giter Club home page Giter Club logo

Comments (9)

jesuskinto avatar jesuskinto commented on September 14, 2024 1

I was able to get it working properly by following the steps in the Nuxt plugin guide πŸ₯³.

npm install --save v-tooltip

We create the file plugins/vue-tooltips.js:

import Vue from 'vue'
import VTooltip from 'v-tooltip'

Vue.use(VTooltip)

Then we add the file path inside the plugins key of our nuxt.config.js:

export default {
  plugins: ['@/plugins/vue-tooltip.js']
}

from vue-mention.

Akryum avatar Akryum commented on September 14, 2024

from vue-mention.

nonybrighto avatar nonybrighto commented on September 14, 2024

@Akryum I installed v-tooltip. It gave a warning to install v-tooltip and the warning cleared after I did but nothing changed.

from vue-mention.

amdp avatar amdp commented on September 14, 2024

Hi, I am on nuxt and I can actually mention (https://pasteboard.co/Jms7UjS.png) but I cannot see the tooltip, even if its state is open, even if I change the background-color and the z-index.

from vue-mention.

quanghm27 avatar quanghm27 commented on September 14, 2024

Hi, I am on nuxt and I can actually mention (https://pasteboard.co/Jms7UjS.png) but I cannot see the tooltip, even if its state is open, even if I change the background-color and the z-index.

Did you install v-tooltip ?

from vue-mention.

amdp avatar amdp commented on September 14, 2024

yes of course!

from vue-mention.

amdp avatar amdp commented on September 14, 2024

Ok I have an issue with v-tooltip, not with vue-mention πŸ˜„

from vue-mention.

amdp avatar amdp commented on September 14, 2024

Ok, solved. I have a problem now, if I type \ it crashes interpreting it as a regexp.
Do you want me to create a new issue for it?

from vue-mention.

Rohan-Jalil avatar Rohan-Jalil commented on September 14, 2024

@Akryum I'm trying to integrate it in a nuxt project. My nuxt version is 2.14.6. I'm also using bootstrap vue but the popover doesn't show up, I've tried applying styles too but it doesn't seem to work.

from vue-mention.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.