Skip to content

解决方式:

可能是由于.vue 文件使用了 jsx 且未指定 lang='jsx'

vue
<script lang="jsx">
export defult defineComponent({})
</script>