feat: 移除未使用的自定义组件引用,优化 PInputText 组件的结构
This commit is contained in:
@ -18,7 +18,6 @@ export const PInputText: FormKitTypeDefinition = {
|
||||
type: 'input',
|
||||
schema: outer(
|
||||
label('$label'),
|
||||
// custom_FComponent.schema,
|
||||
createSection('input', () => ({
|
||||
$cmp: 'InputTextCmp',
|
||||
bind: '$attrs',
|
||||
@ -38,7 +37,6 @@ export const PInputText: FormKitTypeDefinition = {
|
||||
messages(),
|
||||
),
|
||||
library: {
|
||||
// 'FComponent': custom_FComponent.library,
|
||||
InputTextCmp: markRaw(InputTextCmp),
|
||||
},
|
||||
features: [casts],
|
||||
|
Reference in New Issue
Block a user