feat(Form): add failed event params
This commit is contained in:
@@ -126,6 +126,10 @@ module.exports = {
|
||||
path: 'field',
|
||||
title: 'Field 输入框',
|
||||
},
|
||||
{
|
||||
path: 'form',
|
||||
title: 'Form 表单',
|
||||
},
|
||||
{
|
||||
path: 'number-keyboard',
|
||||
title: 'NumberKeyboard 数字键盘',
|
||||
@@ -461,6 +465,10 @@ module.exports = {
|
||||
path: 'field',
|
||||
title: 'Field',
|
||||
},
|
||||
{
|
||||
path: 'form',
|
||||
title: 'Form',
|
||||
},
|
||||
{
|
||||
path: 'number-keyboard',
|
||||
title: 'NumberKeyboard',
|
||||
|
||||
Reference in New Issue
Block a user