mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
try to fix css issue
This commit is contained in:
parent
3ef3e89dd9
commit
a7fff187d4
@ -11,7 +11,6 @@ export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: ['vuetify'],
|
||||
},
|
||||
|
||||
// disable vite externals and ssr
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
|
@ -4,7 +4,7 @@ import * as directives from 'vuetify/directives'
|
||||
|
||||
export default defineNuxtPlugin(nuxtApp => {
|
||||
const vuetify = createVuetify({
|
||||
ssr: false,
|
||||
ssr: true,
|
||||
components,
|
||||
directives
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user