vue3 编译报 ESLint: ‘defineProps‘ is not defined no-undef 错误问题

Posted 左直拳

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue3 编译报 ESLint: ‘defineProps‘ is not defined no-undef 错误问题相关的知识,希望对你有一定的参考价值。

解决之道,在/package.json的eslintConfig.env中加入一行:

"vue/setup-compiler-macros": true


网上找答案,总是扯什么修改.eslint.js文件,须知改文件位于node_modules,如大海捞针,并且有多个。改这里是没有道理的,也没有效果。可能是很久之前的答案了吧。

以上是关于vue3 编译报 ESLint: ‘defineProps‘ is not defined no-undef 错误问题的主要内容,如果未能解决你的问题,请参考以下文章

vue3 编译报 ESLint: ‘defineProps‘ is not defined no-undef 错误问题

Taro3 + Vue3 + NutUi 校验配置

vue3 模板编译报错

vue3使用中VsCode 报 v-model directives require no argument 警告

在vue3项目中配置eslint

在vue3项目中配置eslint