File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,7 @@ export default defineNuxtConfig({
56
56
*/
57
57
} ,
58
58
} ,
59
+ experimental : {
60
+ inlineSSRStyles : false
61
+ }
59
62
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-vuetify-dashboard" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"description" : " Nuxt3 + Vuetify3 project" ,
5
5
"author" : " Rekryt <rekrytkw@gmail.com>" ,
6
6
"private" : true ,
21
21
"eslint-config-prettier" : " ^8.6.0" ,
22
22
"eslint-plugin-nuxt" : " ^4.0.0" ,
23
23
"eslint-plugin-vue" : " ^9.8.0" ,
24
- "nuxt" : " 3.2.3 " ,
24
+ "nuxt" : " 3.3.1 " ,
25
25
"prettier" : " ^2.7.1" ,
26
26
"sass" : " ^1.55.0" ,
27
- "vite-plugin-eslint" : " ^1.8.1" ,
28
- "@nuxt/kit" : " 3.0.0" ,
29
- "@nuxt/vite-builder" : " 3.0.0"
27
+ "vite-plugin-eslint" : " ^1.8.1"
30
28
},
31
29
"dependencies" : {
32
30
"@ckeditor/ckeditor5-build-classic" : " ^36.0.1" ,
You can’t perform that action at this time.
0 commit comments