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 use Vue Tippy on some Vue Component and it work perfectly.
I would like to move a legacy website with VueTippy. On it I have some HTML content (stored in database) with some links with special class on it, like this : My text <a href="https://example.org" class="specialClass">my link</a>
Is it possible to use Vue-tippy to display a tooltip on this links ? (like thetippy('.class');)
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 use Vue Tippy on some Vue Component and it work perfectly.
I would like to move a legacy website with VueTippy. On it I have some HTML content (stored in database) with some links with special class on it, like this :
My text <a href="https://example.org" class="specialClass">my link</a>
Is it possible to use Vue-tippy to display a tooltip on this links ? (like the
tippy('.class');
)Thanks !
Beta Was this translation helpful? Give feedback.
All reactions