标签: javascript ecmascript-6 ecmascript-5
您如何在ES6中进行管理?
Stopwatch
答案 0 :(得分:3)
只需使用import:
import
import withResponsiveness from '../helpers/withResponsiveness.js'; const ResponsiveLegend = withResponsiveness(Legend);