Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

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

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue3-code-block.es.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+1-1
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)