Skip to content

Commit 294bc38

Browse files
committed
fix(playground): lint
1 parent c5e32fb commit 294bc38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playground/nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ export default defineNuxtConfig({
55
extends: '@nuxt/ui-pro',
66
modules: ['@nuxt/ui', '@nuxt/content', '../src/module', '@nuxt/image'],
77

8-
studio: {
9-
enabled: true,
10-
},
8+
compatibilityDate: '2024-09-11',
119

1210
hooks: {
1311
// Set all components to global
@@ -31,5 +29,7 @@ export default defineNuxtConfig({
3129
},
3230
},
3331

34-
compatibilityDate: '2024-09-11',
32+
studio: {
33+
enabled: true,
34+
},
3535
})

0 commit comments

Comments
 (0)