feat: migrate Picker component

This commit is contained in:
chenjiahan
2020-07-26 15:41:09 +08:00
parent 7e47a0721b
commit 9fa7a258d7
5 changed files with 50 additions and 45 deletions
+8 -8
View File
@@ -143,10 +143,10 @@ module.exports = {
// path: 'password-input',
// title: 'PasswordInput 密码输入框',
// },
// {
// path: 'picker',
// title: 'Picker 选择器',
// },
{
path: 'picker',
title: 'Picker 选择器',
},
// {
// path: 'radio',
// title: 'Radio 单选框',
@@ -477,10 +477,10 @@ module.exports = {
// path: 'password-input',
// title: 'PasswordInput',
// },
// {
// path: 'picker',
// title: 'Picker',
// },
{
path: 'picker',
title: 'Picker',
},
// {
// path: 'radio',
// title: 'Radio',