vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.6.3] Tooltip directive modifiers don't work

Open cpAdm opened this issue 1 year ago • 0 comments

Environment

Vuetify Version: 3.6.3 Vue Version: 3.4.26 Browsers: Google Chrome, Mozilla Firefox OS: Windows 10

Steps to reproduce

Add a component with a v-tooltip directive. Then add a boolean v-tooltip prop to it (e.g. scrim). According to the documentation this should work. But the prop does not seem to be applied.

Expected Behavior

To see a tooltip with a background

Actual Behavior

Just a normal tooltip (without the passed props applied)

Reproduction Link

https://play.vuetifyjs.com/#...

cpAdm avatar May 02 '24 13:05 cpAdm