fix step not working in unit input
This commit is contained in:
parent
72b252c803
commit
041da0cdff
|
@ -13,7 +13,7 @@
|
||||||
:id="path"
|
:id="path"
|
||||||
class="input number-input"
|
class="input number-input"
|
||||||
type="number"
|
type="number"
|
||||||
step="step"
|
:step="step"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:min="min || 0"
|
:min="min || 0"
|
||||||
:value="stateValue"
|
:value="stateValue"
|
||||||
|
|
Loading…
Reference in a new issue