Nuxt/docs/content/1.docs/4.examples/6.advanced/jsx.md

13 lines
364 B
Markdown
Raw Normal View History

---
2022-11-08 17:03:18 +00:00
toc: false
---
# JSX / TSX
This example shows how to use [jsx syntax](https://vuejs.org/guide/extras/render-function.html#jsx-tsx) with typescript in Nuxt pages and components.
::ReadMore{link="https://vuejs.org/guide/extras/render-function.html#jsx-tsx"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/advanced/jsx" file="nuxt.config.ts"}