feat: migrate NumberKeyboard component

This commit is contained in:
chenjiahan
2020-08-15 07:59:04 +08:00
parent bfe2e9843b
commit a70d1187fb
7 changed files with 71 additions and 63 deletions
+8 -8
View File
@@ -135,10 +135,10 @@ module.exports = {
// path: 'form',
// title: 'Form 表单',
// },
// {
// path: 'number-keyboard',
// title: 'NumberKeyboard 数字键盘',
// },
{
path: 'number-keyboard',
title: 'NumberKeyboard 数字键盘',
},
// {
// path: 'password-input',
// title: 'PasswordInput 密码输入框',
@@ -469,10 +469,10 @@ module.exports = {
// path: 'form',
// title: 'Form',
// },
// {
// path: 'number-keyboard',
// title: 'NumberKeyboard',
// },
{
path: 'number-keyboard',
title: 'NumberKeyboard',
},
// {
// path: 'password-input',
// title: 'PasswordInput',