react 给对象方法自动绑定this
2018-12-28 本文已影响0人
leonC走来
Combining two ES6+ features – arrow functions and property initializers
使用babel插件
npm install babel-plugin-transform-class-properties --save
// .babelrc
{
"plugins": ["transform-class-properties"]
}