We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stepper
value
无。
1.11.6
尝试过 <van-stepper model:value="{{quantity}}" bind:confirm="confirm" /> 无效。
<van-stepper model:value="{{quantity}}" bind:confirm="confirm" />
Page({ data: { quantity: 1 }, confirm() { console.log(this.data.quantity); } // 界面上改变 stepper 的值之后,依然打印 `1`。 })
如上所述。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
重现链接
无。
Vant Weapp 版本
1.11.6
描述一下你遇到的问题。
尝试过
<van-stepper model:value="{{quantity}}" bind:confirm="confirm" />
无效。重现步骤
如上所述。
设备/浏览器
No response
The text was updated successfully, but these errors were encountered: