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

@@ -178,6 +178,14 @@ const comp: AppRouteModule = {
title: 'routes.demo.comp.upload',
},
},
{
path: '/loading',
name: 'LoadingDemo',
component: () => import('/@/views/demo/comp/loading/index.vue'),
meta: {
title: 'routes.demo.comp.loading',
},
},
],
};