Skip to content

Commit e084f2f

Browse files
Trying to fix crap
1 parent 79727b7 commit e084f2f

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

dist/vue3-code-block.cjs.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue3-code-block.es.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ const install = (app: App, options: Props) => {
1414

1515
CodeBlock.install = install;
1616

17-
export default CodeBlock as unknown as Plugin;
17+
export default { CodeBlock } as unknown as Plugin;

0 commit comments

Comments
 (0)