fix(excel): update excel demo

This commit is contained in:
jq
2020-10-19 20:37:08 +08:00
parent 7101587b96
commit a207cafec9
11 changed files with 202 additions and 121 deletions

View File

@@ -66,20 +66,6 @@ const menu: MenuModule = {
path: '/strength-meter',
name: '密码强度组件',
},
{
path: '/excel',
name: 'excel',
children: [
{
path: '/export',
name: 'Export',
},
{
path: '/import',
name: 'Import',
},
],
},
],
},
};