underfin / vite-plugin-vue2

Vue2 plugin for Vite
621 stars 84 forks source link

Can support single tag writing in JSX ? #157

Closed HenryNer closed 2 years ago

HenryNer commented 2 years ago

For example, use components like this render(h) { return <Button />}, vite will report the follow error: image

How do i configure it ?

woyehaizaixiang commented 2 years ago

For example, use components like this render(h) { return <Button />}, vite will report the follow error: image

How do i configure it ? 1.vite.config.js createVuePlugin({ jsx: true }) 2.

Githubissues.
  • Githubissues is a development platform for aggregating issues.