chore: tweak

This commit is contained in:
pengzhanbo 2024-06-07 20:51:23 +08:00
parent 2082e270bd
commit d60edf987c

View File

@ -1,5 +1,5 @@
import type { PageData } from 'vuepress/client'
import { usePageData, usePageFrontmatter, useRoute, withBase } from 'vuepress/client'
import { usePageData, useRoute, withBase } from 'vuepress/client'
import type {
NotesData,
NotesSidebarItem,
@ -8,7 +8,6 @@ import { useNotesData } from '@vuepress-plume/plugin-notes-data/client'
import { useMediaQuery } from '@vueuse/core'
import type { ComputedRef, Ref } from 'vue'
import { computed, onMounted, onUnmounted, ref, watch, watchEffect } from 'vue'
import type { PlumeThemePageData } from '../../shared/index.js'
import { isActive } from '../utils/index.js'
import { hashRef } from './hash.js'
import { useData } from './data.js'