refactor: add loading component and demo

This commit is contained in:
vben
2020-12-01 20:59:17 +08:00
parent c9e44ce9af
commit 5db3ce7737
38 changed files with 545 additions and 348 deletions

View File

@@ -44,6 +44,10 @@ const menu: MenuModule = {
path: 'upload',
name: 'routes.demo.comp.upload',
},
{
path: 'loading',
name: 'routes.demo.comp.loading',
},
{
path: 'scroll',
name: 'routes.demo.comp.scroll',