为了账号安全,请及时绑定邮箱和手机立即绑定

eslint检验怎么这么麻烦?

eslint检验怎么这么麻烦?

拉丁的传说 2018-11-15 14:13:40
你们看出来哪里不对?  loadMore () {    this.loading = true    setTimeout (() => {      let last = this.list[this.list.length - 1]      for (let i = 1; i <= 10; i++) {        this.list.push(last + i)      }      this.loading = false    }, 2500)  }error  in ./src/views/index.vue  ✘  http://eslint.org/docs/rules/func-call-spacing  Unexpected space between function name and paren  /Users/wscart/Sites/node/toutiao/src/views/index.vue:92:5      setTimeout (() => {       ^✘ 1 problem (1 error, 0 warnings)
查看完整描述

1 回答

?
森林海

TA贡献2011条经验 获得超2个赞

在你的函数setTimeout名称与括号之间存在空格。


查看完整回答
反对 回复 2018-12-11
  • 1 回答
  • 0 关注
  • 759 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信