mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 01:02:14 +10:00
init
This commit is contained in:
parent
24a1fb0c6e
commit
7bd4a70aca
7 changed files with 92 additions and 121 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue