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的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序组件化开发框架WePY

wepy搭建小程序

我的wepy初始化模板和一个指南,欢迎提建议和意见

wepy框架开发小程序遇到的node-sass问题解决方案

wepy 小程序云开发

原生开发小程序 和 wepy mpvue 对比