chore: tweak
This commit is contained in:
parent
2082e270bd
commit
d60edf987c
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user