mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
refactor: add loading component and demo
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user