0.0.2 • Published 5 years ago
vite-plugin-jsx-vue v0.0.2
vite-plugin-jsx-vue
To add Vue3 directives support in JSX of vite.
Example
import vueJsxPlugin from 'vite-plugin-jsx-vue'
export default {
plugins: [
vueJsxPlugin()
]
}
Syntax
Same as jsx-next.