Display Vuetify tooltip on disabled button
问题 I am having difficulty displaying a tooltip on a button that is disabled with Vuetify. I've made sure the tooltip can be displayed when the button is enabled, this works as expected. I think that this question is related, but I'm not well-versed enough to know if this applies to a v-btn . I attempted to create a custom class and add that to the specific v-btn element but I did not have any luck. Example HTML <div id="app"> <v-app id="inspire"> <v-container fluid class="text-xs-center"> <v