vitejs / vite-plugin-vue2-jsx

Vite plugin for Vue 2.7 JSX support
MIT License
58 stars 6 forks source link

can this plugin as same as 'vite-plugin-vue2-jsx' plugin ? #10

Closed jetBn closed 1 year ago

haoqunjiang commented 1 year ago

They are not the same.

This plugin is for Vue 2.7 JSX support. If you are using Vue 2.6 + JSX, please use https://github.com/underfin/vite-plugin-vue2#jsx and set its jsx to true.

I didn't know there was a vite-plugin-vue2-jsx before this issue. It's not developed by the Vue team.