|
|
@ -5,7 +5,7 @@ import { getHeaders, resolveTitle, type MenuItem } from '../composables/outline'
|
|
|
|
import VPDocOutlineItem from './VPDocOutlineItem.vue'
|
|
|
|
import VPDocOutlineItem from './VPDocOutlineItem.vue'
|
|
|
|
import { onContentUpdated } from 'vitepress'
|
|
|
|
import { onContentUpdated } from 'vitepress'
|
|
|
|
import VPIconChevronRight from './icons/VPIconChevronRight.vue'
|
|
|
|
import VPIconChevronRight from './icons/VPIconChevronRight.vue'
|
|
|
|
import { useScreenOnly } from '../composables/scree-only'
|
|
|
|
import { useScreenOnly } from '../composables/screen-only'
|
|
|
|
|
|
|
|
|
|
|
|
const { frontmatter, theme } = useData()
|
|
|
|
const { frontmatter, theme } = useData()
|
|
|
|
const screenOnly = useScreenOnly('navbar')
|
|
|
|
const screenOnly = useScreenOnly('navbar')
|
|
|
|