Skip to content

Commit 694e679

Browse files
committed
export default
1 parent b8ea0b8 commit 694e679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(typeof window !== 'undefined' && window.spritejs) {
55
window.spritejs.use(install);
66
}
77

8-
export function install({use}) {
8+
export default function install({use}) {
99
return [
1010
EChart,
1111
].reduce((pkg, Node) => {

0 commit comments

Comments
 (0)