feat: Switch component

This commit is contained in:
chenjiahan
2020-07-06 15:44:37 +08:00
parent ca0b7ff028
commit 1874b7af60
12 changed files with 657 additions and 9 deletions

View File

@@ -167,10 +167,10 @@ module.exports = {
// path: 'stepper',
// title: 'Stepper 步进器',
// },
// {
// path: 'switch',
// title: 'Switch 开关',
// },
{
path: 'switch',
title: 'Switch 开关',
},
// {
// path: 'uploader',
// title: 'Uploader 文件上传',
@@ -501,10 +501,10 @@ module.exports = {
// path: 'stepper',
// title: 'Stepper',
// },
// {
// path: 'switch',
// title: 'Switch',
// },
{
path: 'switch',
title: 'Switch',
},
// {
// path: 'uploader',
// title: 'Uploader',