feat: add lazyContainer comp and demo

This commit is contained in:
vben
2020-10-26 00:34:23 +08:00
parent a0c3197454
commit fdeaa00bf2
9 changed files with 292 additions and 229 deletions

View File

@@ -99,7 +99,14 @@ export default {
title: '详情组件',
},
},
{
path: '/lazy',
name: 'lazyDemo',
component: () => import('/@/views/demo/comp/lazy/index.vue'),
meta: {
title: '懒加载组件',
},
},
{
path: '/verify',
name: 'VerifyDemo',