no message
Former-commit-id: 8716d744cb5216d2c2f93ecdcbfbf1510bc54a74 [formerly 7ee47c9e097922d154644d6173540bb7cd74ba39] [formerly 8716d744cb5216d2c2f93ecdcbfbf1510bc54a74 [formerly 7ee47c9e097922d154644d6173540bb7cd74ba39] [formerly 8716d744cb5216d2c2f93ecdcbfbf1510bc54a74 [formerly 7ee47c9e097922d154644d6173540bb7cd74ba39] [formerly 7ee47c9e097922d154644d6173540bb7cd74ba39 [formerly a23389c71af615511175cbb0e65154fc75cf7c33 [formerly d4a736009a19aa5c55783e8a2e9626f8ed058c6e]]]]] Former-commit-id: 6228f01bb2ebceff2880b65b2fc1c61b67a9e184 Former-commit-id: a7f038093f9c7d12882418356c361366341fb5a1 Former-commit-id: 35610da41a483ddcf52eb76d5cbed92c2ee3f029 [formerly 023da26a08d0ef67883f8a85cacd525288b8a697] Former-commit-id: 3b3539db72f06a74db40c118f4703e764fca2ad9 Former-commit-id: dc9a2919bff93b6e7bdfd455e1deecceff6bb5e7 Former-commit-id: 4c3e5d1ea74969bb0c76c9049d0981d1d5e0342e Former-commit-id: 8d73f1f8579f9b04ae91814a36abdf3afc949e2e Former-commit-id: f53f91feedcc764b947ecdc77400470a8ced1543
This commit is contained in:
@@ -128,7 +128,15 @@ const demoElement = {
|
||||
title: '组件库',
|
||||
icon: 'puzzle-piece',
|
||||
children: (pre => [
|
||||
{ path: `${pre}index`, title: '组件库首页' }
|
||||
{ path: `${pre}index`, title: '组件库首页' },
|
||||
{
|
||||
path: `${pre}basic`,
|
||||
title: '基础',
|
||||
children: [
|
||||
{ path: `${pre}basic-layout`, title: '布局' },
|
||||
{ path: `${pre}basic-container`, title: '布局容器' }
|
||||
]
|
||||
}
|
||||
])('/demo/element/')
|
||||
}
|
||||
|
||||
@@ -136,6 +144,7 @@ const demoElement = {
|
||||
export const side = [
|
||||
demoPlugins,
|
||||
demoComponents,
|
||||
demoElement,
|
||||
demoChart
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user