美文网首页
vue3 Fullcalendar安装后提示jsx元素类不支持特

vue3 Fullcalendar安装后提示jsx元素类不支持特

作者: 安徒生1997 | 来源:发表于2022-07-24 22:33 被阅读0次

方案一:在package.json添加

"scripts": {

"postinstall": "npx rimraf ./node_modules/@types/preact & npx rimraf ./node_modules/preact/src/**/*.d.ts"

}

npm install

方案二:在tsconfig.json添加

 "vueCompilerOptions": {

    "experimentalDisableTemplateSupport": true // 去掉volar下el标签红色波浪线问题

  },

相关文章

网友评论

      本文标题:vue3 Fullcalendar安装后提示jsx元素类不支持特

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