Skip to content

Commit

Permalink
fix: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 9, 2025
1 parent 673451b commit de1bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/plugins/SchemaToHtml.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
const highlighter = ref<HighlighterCore | null>(null);
onMounted(async () => {
const {githubDark, yaml, python, javascript, createJavaScriptRegexEngine} = await import("./shikiToolset");
const {githubDark, yaml, python, javascript, createJavaScriptRegexEngine, createHighlighterCore} = await import("./shikiToolset");
highlighter.value = await createHighlighterCore({
themes: [
githubDark
Expand Down

0 comments on commit de1bc5a

Please sign in to comment.