feat: migrate Field component

This commit is contained in:
chenjiahan
2020-07-26 13:06:40 +08:00
parent 6f6aaeea87
commit 75421a4727
5 changed files with 87 additions and 92 deletions
+8 -8
View File
@@ -127,10 +127,10 @@ module.exports = {
// path: 'datetime-picker',
// title: 'DatetimePicker 时间选择',
// },
// {
// path: 'field',
// title: 'Field 输入框',
// },
{
path: 'field',
title: 'Field 输入框',
},
// {
// path: 'form',
// title: 'Form 表单',
@@ -461,10 +461,10 @@ module.exports = {
// path: 'datetime-picker',
// title: 'DatetimePicker',
// },
// {
// path: 'field',
// title: 'Field',
// },
{
path: 'field',
title: 'Field',
},
// {
// path: 'form',
// title: 'Form',