Skip to content

Commit 0ab3e42

Browse files
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

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

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

dist/vue-code-block.es.js

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

0 commit comments

Comments
 (0)