Skip to content

Commit

Permalink
fix prismjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Oct 1, 2024
1 parent ccc6619 commit a62ac6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/code-block/CodeBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<div
:class="class"
:id="id">
userCode: <br />
{{ userCode }}
<br />
<br />
<code
:class="codeClass"
v-html="userCode"></code>
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export { CodeBlock };

export { install } from './components/';
export * from './components/code-block/index';

export * from './components/code-block/utils';

0 comments on commit a62ac6b

Please sign in to comment.