docs: fix import of defineConfig

This commit is contained in:
Daniel Roe 2024-04-19 17:53:47 +03:00
parent 6f3f1c6ee4
commit a60de743aa
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -415,7 +415,7 @@ If you prefer to use `@vue/test-utils` on its own for unit testing in Nuxt, and
2. Create a `vitest.config.ts` with the following content:
```ts twoslash
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'
import vue from '@vitejs/plugin-vue'
export default defineConfig({