mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:47:28 +08:00
wip: add upload component
This commit is contained in:
@@ -170,5 +170,13 @@ export default {
|
||||
title: '密码强度组件',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/upload',
|
||||
name: 'UploadDemo',
|
||||
component: () => import('/@/views/demo/comp/upload/index.vue'),
|
||||
meta: {
|
||||
title: '上传组件',
|
||||
},
|
||||
},
|
||||
],
|
||||
} as AppRouteModule;
|
||||
|
Reference in New Issue
Block a user