mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Fix Vue console warning flood on settings open (#1571)
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
:modelValue="modelValue"
|
:modelValue="modelValue"
|
||||||
@update:modelValue="updateValue"
|
@update:modelValue="updateValue"
|
||||||
class="input-part"
|
class="input-part"
|
||||||
max-fraction-digits="3"
|
:max-fraction-digits="3"
|
||||||
:class="inputClass"
|
:class="inputClass"
|
||||||
:min="min"
|
:min="min"
|
||||||
:max="max"
|
:max="max"
|
||||||
|
|||||||
Reference in New Issue
Block a user