armyja/mpvue-zanui

npm包 stepper组件有BUG

wjkang opened this issue · 1 comments

<input
class="zan-stepper__text"
:class="{ 'zan-stepper--disabled' : min >= max }"
type="number"
data-component-id="componentId"
:data-min="min"
:data-max="max"
:value="stepper"
:disabled="min >= max"
@blur="_handleZanStepperBlur"
/>
data-component-id没有动态绑定

已修复,感谢。