diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 896312f044ed..a4da3d7459f6 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,3 +1,3 @@ export default defineNuxtConfig({ - + devtools: { enabled: true } })