feat: 移除不必要的属性,优化 PInputText 组件的代码
This commit is contained in:
@ -25,8 +25,6 @@ export const PInputText: FormKitTypeDefinition = {
|
|||||||
props: {
|
props: {
|
||||||
invalid: '$state.invalid',
|
invalid: '$state.invalid',
|
||||||
type: '$type',
|
type: '$type',
|
||||||
'a-typeeeee': '$type',
|
|
||||||
'b-typeeeee': 'bbb',
|
|
||||||
disabled: '$disabled',
|
disabled: '$disabled',
|
||||||
name: '$node.name',
|
name: '$node.name',
|
||||||
onInput: '$handlers.DOMInput',
|
onInput: '$handlers.DOMInput',
|
||||||
|
Reference in New Issue
Block a user