From 12b544e544af4c1b4118ac7c872ecff49626020d Mon Sep 17 00:00:00 2001 From: Ming <75360674+mingyub@users.noreply.github.com> Date: Sun, 18 Apr 2021 09:42:48 -0400 Subject: [PATCH] chore: typo (#681) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bb9a48..35533495 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ export default defineComponent({ ### JSX/TSX -JSX is now officially supported on [vuejs/jsx](https://github.com/vuejs/jsx). You can enabled it by following [this document](https://github.com/vuejs/jsx/tree/dev/packages/babel-preset-jsx#usage). A community maintained version can be found at [babel-preset-vca-jsx](https://github.com/luwanquan/babel-preset-vca-jsx) by [@luwanquan](https://github.com/luwanquan). +JSX is now officially supported on [vuejs/jsx](https://github.com/vuejs/jsx). You can enable it by following [this document](https://github.com/vuejs/jsx/tree/dev/packages/babel-preset-jsx#usage). A community maintained version can be found at [babel-preset-vca-jsx](https://github.com/luwanquan/babel-preset-vca-jsx) by [@luwanquan](https://github.com/luwanquan). To support TSX, create a declaration file with the following content in your project.