This commit is contained in:
taskylizard 2025-06-25 21:55:54 +00:00
parent 24a1fb0c6e
commit 7bd4a70aca
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
7 changed files with 92 additions and 121 deletions

View file

@ -17,7 +17,6 @@
import type { Theme } from 'vitepress'
import Components from '@fmhy/components'
import DefaultTheme from 'vitepress/theme'
import { loadProgress } from './composables/nprogress'
import Layout from './Layout.vue'
import Post from './PostLayout.vue'
@ -33,6 +32,5 @@ export default {
app.use(Components)
app.component('Post', Post)
app.component('Feedback', Feedback)
loadProgress(router)
}
} satisfies Theme