From a33fc4a21104b8d3a1370ea3374ff2591bafafa9 Mon Sep 17 00:00:00 2001 From: Yan_yan Date: Wed, 4 Nov 2020 16:09:42 +0800 Subject: [PATCH] modify the component name --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 089c26d..8692a87 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -48,7 +48,7 @@ module.exports = { link: '/doc/kernel/', }, { - text: '组件', + text: '构件', link: '/doc/component/' }, { @@ -126,7 +126,7 @@ module.exports = { children: getSidebarByCategory('kernel','en') }, { - title: '组件', + title: '构件', children: getSidebarByCategory('component','en') }, {