feat: migrate Stepper component

This commit is contained in:
chenjiahan
2020-08-16 15:29:57 +08:00
parent a7f67ee227
commit 0ed0337de0
7 changed files with 44 additions and 31 deletions

View File

@@ -163,10 +163,10 @@ module.exports = {
path: 'slider',
title: 'Slider 滑块',
},
// {
// path: 'stepper',
// title: 'Stepper 步进器',
// },
{
path: 'stepper',
title: 'Stepper 步进器',
},
{
path: 'switch',
title: 'Switch 开关',
@@ -497,10 +497,10 @@ module.exports = {
path: 'slider',
title: 'Slider',
},
// {
// path: 'stepper',
// title: 'Stepper',
// },
{
path: 'stepper',
title: 'Stepper',
},
{
path: 'switch',
title: 'Switch',