perf(upload): improve upload component

This commit is contained in:
vben
2020-11-15 13:22:34 +08:00
parent a161bfa818
commit 661db0c767
39 changed files with 484 additions and 236 deletions

View File

@@ -4,6 +4,9 @@ const menu: MenuModule = {
menu: {
name: '组件',
path: '/comp',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -38,10 +41,13 @@ const menu: MenuModule = {
path: 'strength-meter',
name: '密码强度组件',
},
// {
// path: 'upload',
// name: '上传组件',
// },
{
path: 'upload',
name: '上传组件',
tag: {
content: 'new',
},
},
{
path: 'scroll',
name: '滚动组件',