From d61e6e7ba841071486a69a301ce3bc51ec167370 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Wed, 9 Sep 2020 10:55:17 +0800 Subject: [PATCH] docs: update jsx repository link --- src/guide/render-function.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/render-function.md b/src/guide/render-function.md index 975c3ea039..4d22cd5f19 100644 --- a/src/guide/render-function.md +++ b/src/guide/render-function.md @@ -409,7 +409,7 @@ Especially when the template version is so concise in comparison: Hello world! ``` -That's why there's a [Babel plugin](https://github.com/vuejs/jsx) to use JSX with Vue, getting us back to a syntax that's closer to templates: +That's why there's a [Babel plugin](https://github.com/vuejs/jsx-next) to use JSX with Vue, getting us back to a syntax that's closer to templates: ```jsx import AnchoredHeading from './AnchoredHeading.vue' @@ -426,7 +426,7 @@ new Vue({ }) ``` -For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx#installation). +For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx-next#installation). ## Template Compilation