feat: vue3渲染适配器
This commit is contained in:
@@ -2,7 +2,7 @@ import type { DefaultTheme } from 'vitepress';
|
||||
|
||||
import { defineConfig } from 'vitepress';
|
||||
|
||||
import { version } from '../../../package.json';
|
||||
import { version } from '../../../../package.json';
|
||||
|
||||
export const en = defineConfig({
|
||||
description: 'y-code-platform & Enterprise level management system framework',
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { DefaultTheme } from 'vitepress';
|
||||
|
||||
import { defineConfig } from 'vitepress';
|
||||
|
||||
import { version } from '../../../package.json';
|
||||
import { version } from '../../../../package.json';
|
||||
|
||||
export const zh = defineConfig({
|
||||
description: '悦码 & 低代码管理系统',
|
||||
|
||||
Reference in New Issue
Block a user