feat: add Vuetify support using the vuetify-nuxt-module

This commit is contained in:
2025-10-14 18:14:46 +02:00
parent 0eb49c5808
commit 9a64b8e30e
3 changed files with 738 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ export default defineNuxtConfig({
// externé moduly
modules: [
'@nuxt/image' // na obrázky
'@nuxt/image', // na obrázky
'vuetify-nuxt-module' // Vuetify
]
});