wip: add upload component

This commit is contained in:
jq
2020-11-12 00:06:12 +08:00
parent 2b95be8013
commit 746d4a745d
19 changed files with 845 additions and 19 deletions

View File

@@ -170,5 +170,13 @@ export default {
title: '密码强度组件',
},
},
{
path: '/upload',
name: 'UploadDemo',
component: () => import('/@/views/demo/comp/upload/index.vue'),
meta: {
title: '上传组件',
},
},
],
} as AppRouteModule;