[new feature] add sticky component (#3888)

This commit is contained in:
neverland
2019-07-18 17:48:18 +08:00
committed by GitHub
parent e1021e70ba
commit b273c89b3a
23 changed files with 651 additions and 124 deletions

View File

@@ -267,6 +267,10 @@ export default {
path: '/steps',
title: 'Steps 步骤条'
},
{
path: '/sticky',
title: 'Sticky 粘性布局'
},
{
path: '/swipe',
title: 'Swipe 轮播'
@@ -605,6 +609,10 @@ export default {
path: '/steps',
title: 'Steps'
},
{
path: '/sticky',
title: 'Sticky'
},
{
path: '/swipe',
title: 'Swipe'