Subscribe on changes!

<router-view/> can not work when use tsx in vite

avatar
Sep 19th 2021

Version

3.2.6

Reproduction link

github.com/whys-gx/vite-tsx

Steps to reproduce

first yarn second yarn dev three then you will see the router-view do not work in App.tsx

What is expected?

router-view can work in tsx

What is actually happening?

router-view can not work

avatar
Sep 19th 2021

In Vite, JSX support for Vue is provided with a separate plugin:

https://vitejs.dev/plugins/#vitejs-plugin-vue-jsx

the normal "react-ish" JSX output is not working on its own.