chore: 升级为 vuepress@2 (#807)
* fix: 修正文档中存在的错误路径,标签和目录 * chore: 升级为 vuepress@2 * fix: vuepress-vite 版本错误
This commit is contained in:
8
.vuepress/client.js
Normal file
8
.vuepress/client.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineClientConfig } from '@vuepress/client'
|
||||
import Layout from './theme/layouts/Layout.vue'
|
||||
|
||||
export default defineClientConfig({
|
||||
layouts: {
|
||||
Layout,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user