]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(readme): update link to the JSX babel plugin (#2104) [ci skip]
authorWuzado <23276409+Wuzado@users.noreply.github.com>
Mon, 14 Sep 2020 14:45:32 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 14:45:32 +0000 (10:45 -0400)
README.md

index e34cf0b6d45453f3fe7dec6512eca70ec8f2025b..e2750cf84092e3457aa97f39e93ed6957db41eb0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ As of v4.5.0, `vue-cli` now provides built-in option to choose Vue 3 preset when
 
 There are currently two JSX transform implementations for Vue 3 with slightly differing syntax (for Vue specific features):
 
-- [vueComponent/jsx](https://github.com/vueComponent/jsx)
+- [vuejs/jsx-next](https://github.com/vuejs/jsx-next)
 - [HcySunYang/vue-next-jsx](https://github.com/HcySunYang/vue-next-jsx)
 
 We are using [this thread](https://github.com/vuejs/jsx/issues/141) to unify the design and land on an official specification of how Vue features should be handled in JSX. If you use Vue with JSX, please provide your feedback in that thread.