[Vuejs]-How to make vuetify tooltip content cliquable?

0👍

you can use close-delay prop to make the tooltip stay open for a longer time but I assume that it’s contents still won’t be clickable because of some z-index issue.

for a clickable content on hover you can use v-menu like this:

menu on hover

Leave a comment