We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ea0b8 commit 694e679Copy full SHA for 694e679
src/index.js
@@ -5,7 +5,7 @@ if(typeof window !== 'undefined' && window.spritejs) {
5
window.spritejs.use(install);
6
}
7
8
-export function install({use}) {
+export default function install({use}) {
9
return [
10
EChart,
11
].reduce((pkg, Node) => {
0 commit comments