删除调试代码

pull/8394/head
chenjy29 2025-10-27 17:50:39 +08:00
parent 4c90f46f51
commit 9f37d1990f
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ const SingleSelector = defineComponent<SelectorProps>({
}
return (
<>
{hasTextInput.value ? '输入中' : '输入完成'}
<span class={`${prefixCls}-selection-search`}>
<Input
inputRef={inputRef}