Combining two ES6+ features – arrow functions and property initializers
使用babel插件
npm install babel-plugin-transform-class-properties --save
// .babelrc
{
"plugins": ["transform-class-properties"]
}
Combining two ES6+ features – arrow functions and property initializers
使用babel插件
npm install babel-plugin-transform-class-properties --save
// .babelrc
{
"plugins": ["transform-class-properties"]
}
本文标题:react 给对象方法自动绑定this
本文链接:https://www.haomeiwen.com/subject/axmelftx.html
网友评论