Skip to content

Commit 6242452

Browse files
committed
chore: es module export
1 parent ed66c6b commit 6242452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const install: Plugin = (app, defaultConfig?: Props) => {
1212
}
1313

1414
export default {
15-
Codemirror: Component,
15+
Codemirror,
1616
install
1717
}

0 commit comments

Comments
 (0)