mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Improvement] Radio: name support any types (#863)
This commit is contained in:
@@ -27,13 +27,13 @@ export default create({
|
||||
mixins: [findParent],
|
||||
|
||||
props: {
|
||||
value: {},
|
||||
name: null,
|
||||
value: null,
|
||||
disabled: Boolean,
|
||||
labelDisabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
name: [String, Number],
|
||||
shape: {
|
||||
type: String,
|
||||
default: 'round'
|
||||
|
Reference in New Issue
Block a user