How to import part of object in ES6 modules

前端 未结 2 1202
醉话见心
醉话见心 2020-11-30 10:10

In the react documentation I found this way to import PureRenderMixin

var PureRenderMixin = require(\'react/addons\').addons.PureRenderMixin;
2条回答
提交回复
热议问题