Commit 664b3fb4 authored by hjkcai's avatar hjkcai Committed by 杨奕

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

parent 194874b3
...@@ -59,6 +59,8 @@ module.exports = { ...@@ -59,6 +59,8 @@ module.exports = {
Loading, Loading,
{{list}} {{list}}
}; };
module.exports.default = module.exports;
`; `;
delete Components.font; delete Components.font;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment