Skip to content

Commit a10d581

Browse files
committed
fix: CoCreate.cssParser global scope
1 parent 44a5e04 commit a10d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,5 @@
298298

299299
init();
300300

301-
export {initElements};
301+
export default {initElements};
302302

0 commit comments

Comments
 (0)