<router-view/> can not work when use tsx in vite
Version
3.2.6
Reproduction link
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
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.