feat: migrate List component

This commit is contained in:
chenjiahan
2020-07-26 13:18:25 +08:00
parent 7fda2659f5
commit 01c7409e6e
7 changed files with 43 additions and 35 deletions
+8 -8
View File
@@ -249,10 +249,10 @@ module.exports = {
// path: 'lazyload',
// title: 'Lazyload 懒加载',
// },
// {
// path: 'list',
// title: 'List 列表',
// },
{
path: 'list',
title: 'List 列表',
},
{
path: 'notice-bar',
title: 'NoticeBar 通知栏',
@@ -583,10 +583,10 @@ module.exports = {
// path: 'lazyload',
// title: 'Lazyload',
// },
// {
// path: 'list',
// title: 'List',
// },
{
path: 'list',
title: 'List',
},
{
path: 'notice-bar',
title: 'NoticeBar',