vuetify
vuetify copied to clipboard
[Bug Report][3.6.3] Tooltip directive modifiers don't work
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)