Module: add default entry in exports (#7939, #7940)

pull/7859/merge
hjkcai 2017-11-01 17:40:20 +08:00 committed by 杨奕
parent 194874b3b2
commit 664b3fb401
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ module.exports = {
Loading,
{{list}}
};
module.exports.default = module.exports;
`;
delete Components.font;