Vue : Expected the Promise rejection reason to be an Error

Posted huangenai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue : Expected the Promise rejection reason to be an Error相关的知识,希望对你有一定的参考价值。

在vue项目中添加ESLint,new 一个 Promise 一直显示错误 :Expected the Promise rejection reason to be an Error 

正常来说new 一个Promise 是这样写的,感觉没啥问题。

      return new Promise((resolve, reject) => {
        if (type) {
          resolve(1)
        } else {
          reject(0)
        }
      })

但是项目中添加了 ESLint 你必须按照他的规范来。

如果直接  reject(0) 这样是不行的,要改成这样 便可去掉这个错误提示

reject(new Error(0))

 

此随笔乃本人学习工作记录,如有疑问欢迎在下面评论,转载请标明出处。

如果对您有帮助请动动鼠标右下方给我来个赞,您的支持是我最大的动力。

 

以上是关于Vue : Expected the Promise rejection reason to be an Error的主要内容,如果未能解决你的问题,请参考以下文章

前端发布部署报错“Failed to load module script: Expected a JavaScript module script but the server responded”

前端发布部署报错“Failed to load module script: Expected a JavaScript module script but the server responded”

UVA 11427 Expect the Expected(DP+概率)

uva 11427 Expect the Expected

The declared package does not match the expected package Java

UVA.11427.Expect the Expected(期望)