init blog
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { h } from 'vue'
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './custom.css'
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
// 在这里可以注册全局组件或添加其他配置
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user