Skip to content

Commit 2b89ec8

Browse files
Build
1 parent 61b596e commit 2b89ec8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dist/vue3-code-block.cjs.js

Lines changed: 4 additions & 4 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 & 0 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,6 +14,6 @@ const install = (app: App, options: Props) => {
1414

1515
CodeBlock.install = install;
1616

17-
export const CodeBlock = CodeBlock;
17+
export { CodeBlock };
1818

1919
export default CodeBlock as unknown as Plugin;

0 commit comments

Comments
 (0)