Vue2 Volar插件问题

现象

正常的sfc的vue文件提示提示一下奇怪的JSX问题,甚至有解析成React之类的…

1
2
Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Property 'class' does not exist on type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'. Did you mean 'className'?

pic1
pic2

解决方法

  1. vue2用vetur,vue3的项目再用volar
  2. 参考插件提供的 解决方式
    pic2
文章目录
  1. 1. 现象
  2. 2. 解决方法