mirror of
https://github.com/JessSystemV/zProtect.git
synced 2025-01-05 14:55:34 +00:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
|
import { defineClientConfig } from '@vuepress/client';
|
||
|
|
||
|
export default defineClientConfig({
|
||
|
enhance({ app, router, siteData }) {},
|
||
|
setup() {},
|
||
|
rootComponents: [],
|
||
|
});
|