diff --git a/src/vue.ts b/src/vue.ts index 2358af4..5346f1e 100644 --- a/src/vue.ts +++ b/src/vue.ts @@ -1,4 +1,4 @@ -import { ref, h, computed, defineComponent, Plugin, watch } from 'vue' +import { ref, h, computed, defineComponent, type Plugin, watch } from 'vue' import hljs from 'highlight.js/lib/core' import { escapeHtml } from './lib/utils'