We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8d07 commit 1bd57ffCopy full SHA for 1bd57ff
1 file changed
vitest.config.ts
@@ -30,6 +30,9 @@ export default defineConfig({
30
nuxt: {
31
rootDir: fileURLToPath(new URL('.', import.meta.url)),
32
overrides: {
33
+ vue: {
34
+ runtimeCompiler: true,
35
+ },
36
experimental: {
37
payloadExtraction: false,
38
viteEnvironmentApi: false,
0 commit comments