[完善]折叠面板(原手风琴)

This commit is contained in:
xumi
2021-12-08 23:46:42 +08:00
parent 399c7d7258
commit 660015a616
6 changed files with 219 additions and 33 deletions

View File

@@ -193,7 +193,7 @@ export default {
},
{
id: 21,
title: '手风琴',
title: '折叠面板',
subTitle: 'collapse',
path: '/zh-CN/components/collapse',
},

View File

@@ -159,7 +159,7 @@ const zhCN = [
{
path: '/zh-CN/components/collapse',
component: () => import('../../docs/zh-CN/components/collapse.md'),
meta: { title: '手风琴' },
meta: { title: '折叠面板' },
},
{
path: '/zh-CN/components/table',

View File

@@ -250,7 +250,7 @@ export default {
},
{
id: 21,
title: '手风琴',
title: '折叠面板',
subTitle: 'collapse',
path: '/zh-CN/components/collapse',
},