1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-24 10:39:50 +08:00
Files
408CSFamily/vuepress.client.ts
公众号:Rong姐姐好可爱 779994121d feat: 升级vuepress到最新版本,改造整个项目结构、配置 (#108)
* feat: 升级`vuepress`到最新版本,改造整个项目结构、配置

* chore: update

* chore: update

* fix: update
2024-09-26 12:05:53 +08:00

8 lines
146 B
TypeScript

import { defineClientConfig } from '@vuepress/client'
export default defineClientConfig({
enhance() {},
setup() {},
rootComponents: [],
})