mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
style: menu adjustment
This commit is contained in:
@@ -5,6 +5,10 @@ const menu: MenuModule = {
|
||||
name: '页面功能',
|
||||
path: '/feat',
|
||||
children: [
|
||||
{
|
||||
path: '/icon',
|
||||
name: '图标',
|
||||
},
|
||||
{
|
||||
path: '/tabs',
|
||||
name: '标签页操作',
|
||||
@@ -13,6 +17,10 @@ const menu: MenuModule = {
|
||||
path: '/context-menu',
|
||||
name: '右键菜单',
|
||||
},
|
||||
{
|
||||
path: '/click-out-side',
|
||||
name: 'ClickOutSide',
|
||||
},
|
||||
{
|
||||
path: '/img-preview',
|
||||
name: '图片预览',
|
||||
|
Reference in New Issue
Block a user