Is your feature request related to a problem? Please describe.
When I try using some element-plus table feature, such as:
https://cn.element-plus.org/zh-CN/component/table-v2#%E8%A1%A8%E5%A4%B4%E5%88%86%E7%BB%84
It need support "tsx"
Describe the solution you'd like
I run these commands:
https://www.cnblogs.com/1285026182YUAN/p/18657743
npm install vite@latest
npm install @vitejs/plugin-vue@latest
Additional context
That solution works on my side, but I didn't have time for testing on weave project.
Hope someone to help update the vue config to support "tsx".
Is your feature request related to a problem? Please describe.
When I try using some element-plus table feature, such as:
https://cn.element-plus.org/zh-CN/component/table-v2#%E8%A1%A8%E5%A4%B4%E5%88%86%E7%BB%84
It need support "tsx"
Describe the solution you'd like
I run these commands:
https://www.cnblogs.com/1285026182YUAN/p/18657743
npm install vite@latest
npm install @vitejs/plugin-vue@latest
Additional context
That solution works on my side, but I didn't have time for testing on weave project.
Hope someone to help update the vue config to support "tsx".