vite-plugin-jsx-vue2
v0.1.1
Published
提供Vue2的JSX和TSX支持(包括HMR) ```js // vite.config.js import vueJsx from 'vite-plugin-vue2-jsx'
Downloads
8
Readme
提供Vue2的JSX和TSX支持(包括HMR)
// vite.config.js
import vueJsx from 'vite-plugin-vue2-jsx'
export default {
plugins: [
vueJsx({
// options are passed on to @vue/babel-plugin-jsx
})
]
}