Reconfigure Vuetify to be installed as Vuetify doc states

As of today, the vutetify doc states how to install it in the nuxt.
So following the guide I did it.
Now the website layout does not "jump" with offsets on load.
This commit is contained in:
Wroclaw 2023-11-09 00:45:37 +01:00
parent aa645e710e
commit f26206de87
2 changed files with 14 additions and 3 deletions

View file

@ -6,8 +6,6 @@ import { defineNuxtPlugin } from '#app';
export default defineNuxtPlugin((nuxtApp) => {
const vuetify = createVuetify({
ssr: true,
components,
directives,
theme: {
},
});