docs: remove bridge recommendation only relevant Vue <= 2.6.14

This commit is contained in:
Daniel Roe 2024-01-12 15:58:58 +00:00
parent 3f09ddc317
commit 7bb90f5871
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -38,10 +38,6 @@ If you are using TypeScript, you can edit your `tsconfig.json` to benefit from a
As `.nuxt/tsconfig.json` is generated and not checked into version control, you'll need to generate that file before running your tests. Add `nuxi prepare` as a step before your tests, otherwise you'll see `TS5083: Cannot read file '~/.nuxt/tsconfig.json'`
::
::callout
You may also need to add `@vue/runtime-dom` as a devDependency if you are struggling to get template type inference working with [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar).
::
::callout
Keep in mind that all options extended from `./.nuxt/tsconfig.json` will be overwritten by the options defined in your `tsconfig.json`.
Overwriting options such as `"compilerOptions.paths"` with your own configuration will lead TypeScript to not factor in the module resolutions from `./.nuxt/tsconfig.json`. This can lead to module resolutions such as `#imports` not being recognized.