feat: 移除不必要的属性,优化 PInputText 组件的代码
All checks were successful
/ test (push) Successful in 27s
/ surge (push) Successful in 47s

This commit is contained in:
严浩
2024-11-25 11:39:34 +08:00
parent ec9bef3fa9
commit 299a47dc8b

View File

@ -25,8 +25,6 @@ export const PInputText: FormKitTypeDefinition = {
props: {
invalid: '$state.invalid',
type: '$type',
'a-typeeeee': '$type',
'b-typeeeee': 'bbb',
disabled: '$disabled',
name: '$node.name',
onInput: '$handlers.DOMInput',