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:
parent
aa645e710e
commit
f26206de87
2 changed files with 14 additions and 3 deletions
|
@ -6,8 +6,6 @@ import { defineNuxtPlugin } from '#app';
|
|||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
const vuetify = createVuetify({
|
||||
ssr: true,
|
||||
components,
|
||||
directives,
|
||||
theme: {
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue