拆分 menu-item 组件, 为 sub-menu 与 menu-item

This commit is contained in:
就眠儀式
2022-01-05 14:56:16 +08:00
parent 7734f0cb5b
commit c1ac6921f8
10 changed files with 172 additions and 76 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -104,12 +104,6 @@ export default {
id: 1,
title: "布局",
children: [
{
id: 111,
title: "骨架屏",
subTitle: "skeleton",
path: "/zh-CN/components/skeleton",
},
{
id: 4,
title: "布局",
@@ -140,6 +134,12 @@ export default {
subTitle: "card",
path: "/zh-CN/components/card",
},
{
id: 10,
title: "骨架",
subTitle: "skeleton",
path: "/zh-CN/components/skeleton",
},
],
},
{