feat: migrate Uploader component

This commit is contained in:
chenjiahan
2020-08-16 15:40:56 +08:00
parent 0ed0337de0
commit 7c2b4c9abc
4 changed files with 37 additions and 34 deletions
+8 -8
View File
@@ -171,10 +171,10 @@ module.exports = {
path: 'switch',
title: 'Switch 开关',
},
// {
// path: 'uploader',
// title: 'Uploader 文件上传',
// },
{
path: 'uploader',
title: 'Uploader 文件上传',
},
],
},
{
@@ -505,10 +505,10 @@ module.exports = {
path: 'switch',
title: 'Switch',
},
// {
// path: 'uploader',
// title: 'Uploader',
// },
{
path: 'uploader',
title: 'Uploader',
},
],
},
{