Skip to content

Commit e89d2e0

Browse files
committed
docs: fixed
1 parent 2cf904b commit e89d2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
123123
}
124124
export const en = defineConfig({
125125
lang: 'en-US',
126-
description: 'Vite & Vue powered static site generator.',
126+
description: 'High performance and powerful hooks for Vue.',
127127

128128
themeConfig: {
129129
nav: nav(),

docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
125125
}
126126
export const zh = defineConfig({
127127
lang: 'zh-Hans',
128-
description: '由 Vite 和 Vue 驱动的静态站点生成器',
128+
description: '高性能的 Vue 组合式函数库',
129129

130130
themeConfig: {
131131
nav: nav(),

0 commit comments

Comments
 (0)