feat: add file download demo

This commit is contained in:
vben
2020-11-13 00:55:25 +08:00
parent 1d45617e4a
commit db3092db2e
6 changed files with 54 additions and 0 deletions

View File

@@ -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',