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
input type设置位number或者digit情况下,v-model的返回值能否返回为number形式。能够提交准确的参数形式给后端
<wd-input label="费用" prop="fee" v-model="fee" type="digit" placeholder="请输入费用"
当type为number或者digit时,此时fee的类型为number
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
input type设置位number或者digit情况下,v-model的返回值能否返回为number形式。能够提交准确的参数形式给后端
你期望的 API 是什么样子的?
<wd-input
label="费用"
prop="fee"
v-model="fee"
type="digit"
placeholder="请输入费用"
当type为number或者digit时,此时fee的类型为number
The text was updated successfully, but these errors were encountered: