Questions tagged [vuetifyjs3]

274 questions
12
votes
3 answers

Using Scss Variable Overrides in Vue 3 with Vuetify 3 Beta Using Vue CLI

I am working on a project using Vue 3, Vuetify 3.0.0 (beta 0), and the latest Vue-CLI. I am trying to customize the vuetify font, however every method i've found online to override the vue sass variables has not worked. The first attempt I made was…
Dragonman117
  • 478
  • 4
  • 13
6
votes
1 answer

VSelect - selection not working with custom "item" slot in Vuetify 3

I am using VSelect from Vuetify 3 in my Vue 3 app and I am trying to use item slot. But my VSelect options become unpickable I have this VSelect element:
Den
  • 63
  • 4
6
votes
2 answers

How to create a fab Button in vuetify 3?

In vuetify 2 it works with . How works it with vuetify 3?
Tenarius
  • 540
  • 1
  • 5
  • 23
6
votes
2 answers

when will vuetify 3.0 beta support v-data-table

When is vuetify 3 going to support v-data-table in vue3? i have tried to us vuetify 3.0 beta and apparently it doesn't support v-data-table with vue 3. Is there a schedule for this? I'm stuck with the migrations as my apps uses this table as a main…
Yochai Tamir
  • 61
  • 1
  • 3
6
votes
1 answer

How can I access Vuetify v-form ref in VueJS using Composition API at