From 542680e4786892b7d8f149389e2402ab0a0cda21 Mon Sep 17 00:00:00 2001 From: Wuzado <23276409+Wuzado@users.noreply.github.com> Date: Mon, 14 Sep 2020 16:45:32 +0200 Subject: [PATCH] chore(readme): update link to the JSX babel plugin (#2104) [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e34cf0b6d45..e2750cf8409 100644 --- 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.