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

View File

@@ -2,6 +2,7 @@
module.exports = [
'button',
'cell',
'cell-group',
'icon',
'info',
'image',
@@ -35,4 +36,5 @@ module.exports = [
'notice-bar',
'share-sheet',
'pull-refresh',
'field',
];