]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: update readme (#5097) [ci skip]
authorwxsm <wxsms@foxmail.com>
Tue, 14 Dec 2021 13:21:19 +0000 (21:21 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 13:21:19 +0000 (08:21 -0500)
README.md

index 495897150eafccc5a4d0769dc0e5d27df904746a..6c283257230c5c25c25bcc2f7e17fff55208ed88 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,8 +74,7 @@ It is recommended to use [VSCode](https://code.visualstudio.com/). There are cur
 ### TypeScript Support
 
 - All Vue 3 packages ship with types.
-- [vue-tsc](https://github.com/johnsoncodehk/vue-tsc) perform TypeScript type checks / diagnostics on Vue SFCs via the command line.
-- [vue-dts-gen](https://github.com/egoist/vue-dts-gen): generate TypeScript definitions from Vue SFCs.
+- [vue-tsc](https://github.com/johnsoncodehk/volar/tree/master/packages/vue-tsc) perform TypeScript type checks / diagnostics on Vue SFCs via the command line, generate TypeScript definitions from Vue SFCs.
 
 ### Other Projects