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

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"}