We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 609007c commit b03fb83Copy full SHA for b03fb83
src/client/theme-default/composables/local-nav.ts
@@ -1,5 +1,5 @@
1
import { onContentUpdated } from 'vitepress'
2
-import { type DefaultTheme } from 'vitepress/theme'
+import type { DefaultTheme } from 'vitepress/theme'
3
import { computed, shallowRef } from 'vue'
4
import { getHeaders, type MenuItem } from '../composables/outline'
5
import { useData } from './data'
0 commit comments