vue3-eslint-stylelint-demo icon indicating copy to clipboard operation
vue3-eslint-stylelint-demo copied to clipboard

Vue format file does not support jsx and tsx

Open weiquanju opened this issue 3 years ago • 1 comments

lint error

myProject\src\App.vue
  3:27  error  Parsing error: Type expected

App.vue

<script setup lang="tsx">
import { ElInput } from 'element-plus'
const MyInput = (<ElInput></ElInput>)
</script>

<template>
  <MyInput/>
</template>

weiquanju avatar Jan 15 '22 06:01 weiquanju