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

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

+4-4
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
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,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)