mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
feat(Stepper): add new prop async-change @rex-zsd (#2318)
This commit is contained in:
@@ -8,6 +8,9 @@ exports[`renders demo correctly 1`] = `
|
||||
<div>
|
||||
<div class="van-stepper"><button class="van-stepper__minus van-stepper__minus--disabled"></button> <input type="number" disabled="disabled" value="1" class="van-stepper__input"> <button class="van-stepper__plus van-stepper__plus--disabled"></button></div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="van-stepper"><button class="van-stepper__minus"></button> <input type="number" value="10" class="van-stepper__input"> <button class="van-stepper__plus"></button></div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="van-stepper"><button class="van-stepper__minus"></button> <input type="number" value="9" class="van-stepper__input"> <button class="van-stepper__plus"></button></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user