vitejs / vite-plugin-vue2-jsx

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

ts decorators isn't enabled #3

Closed ChesterBu closed 2 years ago

ChesterBu commented 2 years ago
截屏2022-07-18 17 06 57
ChesterBu commented 2 years ago

vue cli ts project

pedro-gilmora commented 2 years ago

Seeing the plugin code I realized there's property called babelPlugins where you can provide decorators.

Like this:

image

image

Hope it works for you

ChesterBu commented 2 years ago

Seeing the plugin code I realized there's property called babelPlugins where you can provide decorators.

Like this:

image

image

Hope it works for you

it worked! thx !