fix: export highlighter function and rename in composable
This commit is contained in:
parent
98a4e8caaf
commit
406fe18302
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ const shiki = ref<Highlighter>()
|
|||
const registeredLang = ref(new Map<string, boolean>())
|
||||
let shikiImport: Promise<void> | undefined
|
||||
|
||||
function useHighlighter(lang: Lang) {
|
||||
export function useHighlighter(lang: Lang) {
|
||||
if (!shikiImport) {
|
||||
shikiImport = import('shiki-es')
|
||||
.then(async (r) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue