mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
fix: props type fix
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
v-if="showSearchBox"
|
v-if="showSearchBox"
|
||||||
v-model="searchQuery"
|
v-model="searchQuery"
|
||||||
:class="showSelectedCount || showClearButton ? 'mb-2' : ''"
|
:class="showSelectedCount || showClearButton ? 'mb-2' : ''"
|
||||||
:has-border="true"
|
:show-order="true"
|
||||||
:place-holder="searchPlaceholder"
|
:place-holder="searchPlaceholder"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user