导入ES5和ES6之间的差异

时间:2018-08-08 09:59:12

标签: javascript ecmascript-6 ecmascript-5

您如何在ES6中进行管理?

Stopwatch

1 个答案:

答案 0 :(得分:3)

只需使用import

import withResponsiveness from '../helpers/withResponsiveness.js';

const ResponsiveLegend = withResponsiveness(Legend);