修改了菜单位置

Former-commit-id: b0a0b359d1f968ebfc9054a1ef2840dac3b57603 [formerly b0a0b359d1f968ebfc9054a1ef2840dac3b57603 [formerly b0a0b359d1f968ebfc9054a1ef2840dac3b57603 [formerly b0a0b359d1f968ebfc9054a1ef2840dac3b57603 [formerly 9787d4ef6d134402a5819b1429436474c525b82c [formerly a63eebb01b2486f313b3895987348f5ce688fc09]]]]]
Former-commit-id: 76fb079f581233dfff79b2ed37db34b04caa1138
Former-commit-id: 90cd89cb0fa8175e46704cce8299f0f8746cd6d1
Former-commit-id: 9f339e27dbfe17bd13fcb7310036131968fae9a0 [formerly 91df636552140ac0c455910f6569e029f6098f0b]
Former-commit-id: 27a4a6fb95246132725da85ea08d1bb836284cb7
Former-commit-id: f820298ec8857f3e2f4f059c8115ff6052010cb9
Former-commit-id: 0051c32707f5a0afb59a245c3717f1c5aea4eb80
Former-commit-id: 823b368e67235104765f36f5ca420f6b2b8faade
Former-commit-id: 9126a95cc0f0d0c07faffe773d1335a74ba62e6b
This commit is contained in:
liyang
2018-11-10 22:04:24 +08:00
parent 7cd7297723
commit 1404731858

View File

@@ -9,6 +9,7 @@ export default {
title: '布局容器',
icon: 'window-restore',
children: [
{ path: `${pre}container/api`, title: 'API' },
{ path: `${pre}container/full`, title: '填充' },
{ path: `${pre}container/full-slot`, title: '填充 插槽' },
{ path: `${pre}container/full-bs`, title: '填充 滚动优化' },
@@ -17,8 +18,7 @@ export default {
{ path: `${pre}container/ghost-bs`, title: '隐形 滚动优化' },
{ path: `${pre}container/card`, title: '卡片' },
{ path: `${pre}container/card-slot`, title: '卡片 插槽' },
{ path: `${pre}container/card-bs`, title: '卡片 滚动优化' },
{ path: `${pre}container/api`, title: 'API' }
{ path: `${pre}container/card-bs`, title: '卡片 滚动优化' }
]
},
{