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
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:
401
+
É por isso que existe um [_plugin_ Babel](https://github.com/vuejs/jsx-next)para usar JSX com Vue, nos colocando em uma sintaxe que é mais próxima dos templates:
402
402
403
403
```jsx
404
404
importAnchoredHeadingfrom'./AnchoredHeading.vue'
@@ -416,7 +416,7 @@ const app = createApp({
416
416
app.mount('#demo')
417
417
```
418
418
419
-
For more on how JSX maps to JavaScript, see the [usage docs](https://github.com/vuejs/jsx-next#installation).
419
+
Para saber mais sobre como JSX mapeia para o JavaScript, veja a [documentação de uso](https://github.com/vuejs/jsx-next#installation).
0 commit comments