mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
feat: add file download demo
This commit is contained in:
@@ -40,6 +40,14 @@ const feat: AppRouteModule = {
|
||||
title: '右键菜单',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/download',
|
||||
name: 'DownLoadDemo',
|
||||
component: () => import('/@/views/demo/feat/download/index.vue'),
|
||||
meta: {
|
||||
title: '文件下载',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/click-out-side',
|
||||
name: 'ClickOutSideDemo',
|
||||
|
Reference in New Issue
Block a user