Skip to content
Discussion options

You must be logged in to vote

demo

<v-tab
  value="three"
  disabled
  class="pointer-events-auto"
  v-tooltip:bottom="'Out of order'"
  text="Item Three"
/>

The trick is just a class to restore pointer-events.
Works with <v-tooltip>...</v-tooltip>, assuming you bind events correctly v-bind="props" not v-bind="{props}".

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RBerga06
Comment options

Answer selected by RBerga06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants