美文网首页
vite vue2 jsx

vite vue2 jsx

作者: 游_弋 | 来源:发表于2024-06-24 09:55 被阅读0次

The JSX syntax extension is not currently enabled
vue2+vite支持jsx

import vue2 from '@vitejs/plugin-vue2'
import vueJsx from '@vitejs/plugin-vue2-jsx'
plugins: [vueJsx(), vue2()],


xx.vue
<script lang="jsx" />

相关文章

网友评论

      本文标题:vite vue2 jsx

      本文链接:https://www.haomeiwen.com/subject/mynrcjtx.html