You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/guide/render-function.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -480,7 +480,7 @@ Especially when the template version is so simple in comparison:
480
480
</anchored-heading>
481
481
```
482
482
483
-
That's why there's a [Babel plugin](https://github.com/vuejs/babel-plugin-transform-vue-jsx) to use JSX with Vue, getting us back to a syntax that's closer to templates:
483
+
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:
484
484
485
485
```js
486
486
importAnchoredHeadingfrom'./AnchoredHeading.vue'
@@ -499,7 +499,7 @@ new Vue({
499
499
500
500
<pclass="tip">Aliasing `createElement` to `h` is a common convention you'll see in the Vue ecosystem and is actually required for JSX. If `h` is not available in the scope, your app will throw an error.</p>
501
501
502
-
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/babel-plugin-transform-vue-jsx#usage).
502
+
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx#installation).
0 commit comments