From: wxsm Date: Tue, 14 Dec 2021 13:21:19 +0000 (+0800) Subject: docs: update readme (#5097) [ci skip] X-Git-Tag: v3.2.27~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651dbf4df25616bf99b22b6f34bca9acc5f2f3dc;p=thirdparty%2Fvuejs%2Fcore.git docs: update readme (#5097) [ci skip] --- diff --git a/README.md b/README.md index 495897150e..6c28325723 100644 --- 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