[new feature] add List component (#682)

This commit is contained in:
neverland
2018-03-13 16:01:50 +08:00
committed by GitHub
parent 1a2a64225b
commit 5592db2cb2
22 changed files with 495 additions and 45 deletions

View File

@@ -7,7 +7,9 @@
left-arrow
@click-left="onBack"
/>
<router-view />
<keep-alive>
<router-view />
</keep-alive>
</div>
</template>

View File

@@ -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'