Questions tagged [vuetify.js]

Vuetify.js is an open source framework for building user interfaces for Vue.js 2 and 3. Use this tag for questions specific to Vuetify components and API. (If possible, provide a CodePen or JsFiddle item reproducing your issue.)

8866 questions
38
votes
3 answers

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…
ejohnso49
  • 1,336
  • 1
  • 15
  • 20
37
votes
1 answer

How does 'slot activator' work in vuetify?

I am using Vuetify predefined Template 'Google Contacts'. Link: https://vuetifyjs.com/en/examples/layouts/googleContacts I am new in Vuetify and facing difficulties understanding some codes. One is 'slot activator'. Sample Code:
Md. Harun Or Rashid
  • 2,000
  • 4
  • 21
  • 37
36
votes
1 answer

Improve Nuxt TTFB

I'm building a large application using Nuxt and Vuetify, everything is good and working fine but unfortunately the score from Lighthouse is not the best with only 42 in performance. I already improved a few things like: Better fonts loading from…
Ayeye Brazo
  • 3,316
  • 7
  • 34
  • 67
36
votes
1 answer

What does v-on="..." syntax mean in VueJS?

I came across a Vuetify example for the v-dialog component which has the scoped slot called activator defined as follows: