摘要: export default 服从 ES6 的规范,补充:default 其实是别名 module.exports 服从CommonJS 规范 一般导出一个属性或者对象用 export default 一般导出模块或者说文件使用 module.exports 以上来自网络,不一定准确,有待进一步确认 阅读全文
posted @ 2017-04-18 15:05 梅里之巅 阅读(11927) 评论(1) 推荐(1) 编辑