Closed HenryNer closed 2 years ago
For example, use components like this
render(h) { return <Button />}
, vite will report the follow error:How do i configure it ? 1.vite.config.js createVuePlugin({ jsx: true }) 2.
Githubissues.Githubissues is a development platform for aggregating issues.
For example, use components like this
render(h) { return <Button />}
, vite will report the follow error:How do i configure it ?