Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ab3e42

Browse files
committedDec 2, 2023
Build
1 parent 77e9ae9 commit 0ab3e42

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
 

‎dist/plugin/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import type { Props } from './types';
33
import VCodeBlock from './VCodeBlock.vue';
44
export declare const codeBlockOptions: unique symbol;
55
export declare function createVCodeBlock(options?: Props): (app: App) => void;
6+
export default VCodeBlock;
67
export { VCodeBlock, };

‎dist/vue-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/vue-code-block.es.js

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

0 commit comments

Comments
 (0)
Please sign in to comment.