Skip to content

Commit 1c16595

Browse files
committed
nuxt 3.3.1 with experimental.inlineSSRStyles = false
1 parent db30588 commit 1c16595

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@ export default defineNuxtConfig({
5656
*/
5757
},
5858
},
59+
experimental: {
60+
inlineSSRStyles: false
61+
}
5962
});

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-vuetify-dashboard",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,
@@ -21,12 +21,10 @@
2121
"eslint-config-prettier": "^8.6.0",
2222
"eslint-plugin-nuxt": "^4.0.0",
2323
"eslint-plugin-vue": "^9.8.0",
24-
"nuxt": "3.2.3",
24+
"nuxt": "3.3.1",
2525
"prettier": "^2.7.1",
2626
"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"
3028
},
3129
"dependencies": {
3230
"@ckeditor/ckeditor5-build-classic": "^36.0.1",

0 commit comments

Comments
 (0)