You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just installed floating-vue on my application and was able to start using it just fine but now I need to create my own custom theme in order to customize the tooltip.
The app is built on NUXT 3 and my code for the Tooltip component so far is this.
Right now the tooltip is not even being displayed. If I remove the theme: 'custom-tooltip' from the object that goes in v-tooltip then the tooltip works and is being displayed.
Am I doing something wrong? I tried it like this because this is what is being said in the official docs (see here).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I just installed floating-vue on my application and was able to start using it just fine but now I need to create my own custom theme in order to customize the tooltip.
The app is built on NUXT 3 and my code for the Tooltip component so far is this.
Right now the tooltip is not even being displayed. If I remove the
theme: 'custom-tooltip'
from the object that goes inv-tooltip
then the tooltip works and is being displayed.Am I doing something wrong? I tried it like this because this is what is being said in the official docs (see here).
Beta Was this translation helpful? Give feedback.
All reactions