modify the component name

This commit is contained in:
Yan_yan 2020-11-04 16:09:42 +08:00
parent 5488e3e5c0
commit a33fc4a211
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
link: '/doc/kernel/', link: '/doc/kernel/',
}, },
{ {
text: '件', text: '件',
link: '/doc/component/' link: '/doc/component/'
}, },
{ {
@ -126,7 +126,7 @@ module.exports = {
children: getSidebarByCategory('kernel','en') children: getSidebarByCategory('kernel','en')
}, },
{ {
title: '件', title: '件',
children: getSidebarByCategory('component','en') children: getSidebarByCategory('component','en')
}, },
{ {