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
1.9.2
https://didi.github.io/cube-ui/#/zh-CN/docs/radio
radio.props.options[i].value 设置成Number报错
[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Number.
文档说明radio组件 Props.options[i].value可以是[Number, String], 但是v-model绑定的value只能是String
不会出错
vue: 2.5.17-beta.0 better-scroll: 1.11.1
The text was updated successfully, but these errors were encountered:
fix(Radio): Radio v-model support number
c5bca5a
Radio add Number value #203
6cfb43a
dolymood
tank0317
No branches or pull requests
Version
1.9.2
Reproduction link
https://didi.github.io/cube-ui/#/zh-CN/docs/radio
Steps to reproduce
radio.props.options[i].value 设置成Number报错
[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Number.
What is expected?
文档说明radio组件 Props.options[i].value可以是[Number, String], 但是v-model绑定的value只能是String
What is actually happening?
不会出错
Dependencies Version
vue: 2.5.17-beta.0
better-scroll: 1.11.1
The text was updated successfully, but these errors were encountered: