About 10,800,000 results
Open links in new tab
  1. How to install and get started with Vuetify and Vue.js 3

    May 1, 2021 · Where can I find the new Vuetify version documentation that's compatible with Vue.js 3 and how do I install it and setup it using Vue cli : In vue 2 we do : vue create project-name then : vue …

  2. How do I add Vuetify 2.0 to an existing project? - Stack Overflow

    Jul 30, 2019 · I've recently upgraded from Vuetify 1.5 to Vuetify 2.0 and I'm having trouble getting it to work. I feel like I'm missing something. I downloaded the newest Vuetify package and the @mdi/font …

  3. css - How to override vuetify styles? - Stack Overflow

    Sep 13, 2018 · Some Vuetify style declarations use !important... so the only way I've found to override these are to also use !important on the override. IMO terrible decision from Vuetify to have any …

  4. How to import custom svg icons in vuetify 3? - Stack Overflow

    Sep 21, 2022 · How to import custom svg icons in vuetify3 and nuxt3? In vuetify 2, we were able to directly import svg icons like this import customIcon from './myIcon.vue' Vue.use(Vuetify) export …

  5. typescript - Add Vuetify 2 to vite project - Stack Overflow

    Feb 23, 2022 · The plugin (@vuetify/vite-plugin) appears only to be for Vue3 and dependency vuetify@"^3.0.0-alpha.11" dependency. Don't want to waste time migrating if I can't use stable Vuetify.

  6. Center content vertically on Vuetify - Stack Overflow

    Sep 15, 2018 · Learn how to center content vertically using Vuetify framework with practical examples and solutions discussed by the community on Stack Overflow.

  7. vue.js - Vuetify3 How to define theme settings - Stack Overflow

    Jun 15, 2021 · I have some troubles to define theme settings with the new vuetify 3. Documentation example (for Vuetify3):

  8. vue.js - Change default font in vuetify - Stack Overflow

    I can't figure out how to change the default font in vuetify. I've been looking for the right variable within ./node_modules/vuetify, but I can't locate it. I'd ideally not make any changes in the

  9. Vuetify how can I disable button till all validation rules are true?

    I am using Vuetify to create a simple form where the data is being validated by some rules associated with each field. What I am trying to do is disable the Submit button if any of those validation...

  10. Validate vuetify textfield only on submit - Stack Overflow

    Aug 18, 2019 · Vuetify 3 introduces validate-on property that accepts several values including blur, so the correct syntax for Vuetify 3 users is validate-on="blur". Thanks @epeleg.