wepy开发小程序eslint报错error 'getApp' is not defined no-undef
Posted 云行月翔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wepy开发小程序eslint报错error 'getApp' is not defined no-undef相关的知识,希望对你有一定的参考价值。
wepy开发小程序使用getApp().globalData保存全局数据很方便,但是会在控制台看到很多报错:“error \'getApp\' is not defined no-undef”,这是eslint报错。
解决办法:在.eslintrc.js文件中加入 globals: { getApp: true }
以上是关于wepy开发小程序eslint报错error 'getApp' is not defined no-undef的主要内容,如果未能解决你的问题,请参考以下文章