Nuxt/docs/content/4.examples/6.advanced/jsx.md
HomWang 1bce4df00a
docs(examples): add jsx example (#6870)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-23 21:08:35 +02:00

371 B

template
Example

JSX / TSX

This example shows how to use jsx syntax 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"}