mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-24 10:39:50 +08:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import { defineClientConfig } from '@vuepress/client'
|
|
|
|
export default defineClientConfig({
|
|
enhance() {},
|
|
setup() {},
|
|
rootComponents: [],
|
|
})
|