mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat: add file download demo
This commit is contained in:
@@ -4,6 +4,9 @@ const menu: MenuModule = {
|
||||
menu: {
|
||||
name: '功能',
|
||||
path: '/feat',
|
||||
tag: {
|
||||
dot: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'icon',
|
||||
@@ -17,6 +20,13 @@ const menu: MenuModule = {
|
||||
path: 'context-menu',
|
||||
name: '右键菜单',
|
||||
},
|
||||
{
|
||||
path: 'download',
|
||||
name: '文件下载',
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'click-out-side',
|
||||
name: 'ClickOutSide',
|
||||
|
Reference in New Issue
Block a user