luwanquan / babel-preset-vca-jsx

Automatically imports createElement as h when writing JSX and functional syntax that supports only setup() and template refs that supports setup()
https://codesandbox.io/s/babel-preset-vca-jsx-example-7k5xs
75 stars 8 forks source link

Can I have .vue files and .tsx files in a project at the same time? #7

Closed pzf0000 closed 4 years ago

pzf0000 commented 4 years ago

I hope to write jsx in new code, but there are too many old code written by vue in the project, can I use it?

CraxGrix commented 3 years ago

I hope to write jsx in new code, but there are too many old code written by vue in the project, can I use it?

Can you tell me how you solved this problem? I try to coexist .vue files with .jsx files