🐛(component): [tagInput]: tagProps omit 参数类型错误
This commit is contained in:
parent
6035cdd01f
commit
5fe65ee93c
@ -60,9 +60,9 @@ const tagData = useVModel(props, "modelValue", emit, {
|
||||
deep: true,
|
||||
defaultValue: [] as TagData[],
|
||||
});
|
||||
|
||||
const tagProps = reactiveOmit(
|
||||
props.tagProps ?? {},
|
||||
const _tagProps = reactive(props.tagProps ?? {})
|
||||
const tagProps = reactiveOmit(
|
||||
_tagProps,
|
||||
"closable",
|
||||
"size",
|
||||
"disabled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user