ES6使用常量做为函数名

Posted wenqiangit

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ES6使用常量做为函数名相关的知识,希望对你有一定的参考价值。

重点是 要给常量加一个中括号 就是这么任性~

  [SET_INFO](state) {
    state.userInfo = {
      name: cookie.getCookie(‘name‘),
      token: cookie.getCookie(‘token‘)
    }
    console.log(state.userInfo);
  }

以上是关于ES6使用常量做为函数名的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript ES6 的let和const

ES6的常见语法!!

es6问答

快速掌握ES6语法

ES6-const定义常量

ES6语法