File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ Especially when the template version is so concise in comparison:
409
409
<anchored-heading :level="1"> <span>Hello</span> world! </anchored-heading>
410
410
```
411
411
412
- 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:
412
+ 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:
413
413
414
414
``` jsx
415
415
import AnchoredHeading from ' ./AnchoredHeading.vue'
@@ -426,7 +426,7 @@ new Vue({
426
426
})
427
427
```
428
428
429
- For more on how JSX maps to JavaScript, see the [ usage docs] ( https://github.com/vuejs/jsx#installation ) .
429
+ For more on how JSX maps to JavaScript, see the [ usage docs] ( https://github.com/vuejs/jsx-next #installation ) .
430
430
431
431
## Template Compilation
432
432
You can’t perform that action at this time.
0 commit comments