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

@@ -38,6 +38,10 @@ const menu: MenuModule = {
path: 'strength-meter',
name: '密码强度组件',
},
{
path: 'upload',
name: '上传组件',
},
{
path: 'scroll',
name: '滚动组件',