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

Commit ec04493

Browse files
Fixing junk
1 parent 275fe91 commit ec04493

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

dist/vue3-code-block.cjs.js

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ const install = (app: App, options: Props) => {
1414

1515
CodeBlock.install = install;
1616

17-
export { CodeBlock };
18-
1917
export default CodeBlock as unknown as Plugin;

0 commit comments

Comments
 (0)