feat(excel): import/export (#40)

This commit is contained in:
jq002
2020-10-17 18:40:17 +08:00
committed by GitHub
parent 0a2e417bbf
commit c0692b0f43
12 changed files with 617 additions and 0 deletions

View File

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