Skip to content

Commit 0c7d21a

Browse files
fix(docs): fix broken link to TypeScript Vue Plugin in console/atest-ui/README.md (#731)
* fix(docs): fix broken link to TypeScript Vue Plugin in console/atest-ui/README.md --------- Co-authored-by: Rick <[email protected]>
1 parent cbb07ae commit 0c7d21a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

console/atest-ui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This template should help get you started developing with Vue 3 in Vite.
44

55
## Recommended IDE Setup
66

7-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
7+
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [Vue TypeScript Support](https://vuejs.org/guide/typescript/overview?utm_source)
88

99
## Type Support for `.vue` Imports in TS
1010

11-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
11+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Vue TypeScript Support](https://vuejs.org/guide/typescript/overview?utm_source) to make the TypeScript language service aware of `.vue` types.
1212

1313
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
1414

console/atest-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)