[Bug Report] `Stepper` 的 `value` 不支持双向绑定吗?
Opened this issue · 0 comments
GF-Huang commented
重现链接
无。
Vant Weapp 版本
1.11.6
描述一下你遇到的问题。
尝试过 <van-stepper model:value="{{quantity}}" bind:confirm="confirm" />
无效。
Page({
data: { quantity: 1 },
confirm() { console.log(this.data.quantity); } // 界面上改变 stepper 的值之后,依然打印 `1`。
})
重现步骤
如上所述。
设备/浏览器
No response