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

@@ -48,6 +48,10 @@ const menu: MenuModule = {
path: 'desc',
name: '详情组件',
},
{
path: 'lazy',
name: '懒加载组件',
},
{
path: 'verify',
name: '验证组件',