feat: migrate Form component

This commit is contained in:
chenjiahan
2020-08-19 17:50:34 +08:00
parent e5368ed2f9
commit b6b6e38c45
12 changed files with 31 additions and 22 deletions
+8 -8
View File
@@ -131,10 +131,10 @@ module.exports = {
path: 'field',
title: 'Field 输入框',
},
// {
// path: 'form',
// title: 'Form 表单',
// },
{
path: 'form',
title: 'Form 表单',
},
{
path: 'number-keyboard',
title: 'NumberKeyboard 数字键盘',
@@ -465,10 +465,10 @@ module.exports = {
path: 'field',
title: 'Field',
},
// {
// path: 'form',
// title: 'Form',
// },
{
path: 'form',
title: 'Form',
},
{
path: 'number-keyboard',
title: 'NumberKeyboard',