mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:47:28 +08:00
feat: right-click menu supports multiple levels
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
{
|
||||
path: '/icon',
|
||||
name: 'IconDemo',
|
||||
component: () => import('/@/views/demo/comp/icon/index.vue'),
|
||||
component: () => import('/@/views/demo/feat/icon/index.vue'),
|
||||
meta: {
|
||||
title: '图标',
|
||||
},
|
||||
@@ -43,7 +43,7 @@ export default {
|
||||
{
|
||||
path: '/click-out-side',
|
||||
name: 'ClickOutSideDemo',
|
||||
component: () => import('/@/views/demo/comp/click-out-side/index.vue'),
|
||||
component: () => import('/@/views/demo/feat/click-out-side/index.vue'),
|
||||
meta: {
|
||||
title: 'ClickOutSide组件',
|
||||
},
|
||||
|
Reference in New Issue
Block a user