mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[new feature] add List component (#682)
This commit is contained in:
@@ -104,6 +104,10 @@ module.exports = {
|
||||
path: '/lazyload',
|
||||
title: 'Lazyload - 图片懒加载'
|
||||
},
|
||||
{
|
||||
path: '/list',
|
||||
title: 'List - 列表'
|
||||
},
|
||||
{
|
||||
path: '/loading',
|
||||
title: 'Loading - 加载'
|
||||
@@ -394,6 +398,10 @@ module.exports = {
|
||||
path: '/lazyload',
|
||||
title: 'Lazyload'
|
||||
},
|
||||
{
|
||||
path: '/list',
|
||||
title: 'List'
|
||||
},
|
||||
{
|
||||
path: '/loading',
|
||||
title: 'Loading'
|
||||
|
Reference in New Issue
Block a user