Update radio.vue
This commit is contained in:
parent
cc9844583a
commit
775c216ed3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
mixins: [ Emitter ],
|
||||
props: {
|
||||
value: {
|
||||
type: [String, Number, Boolean],
|
||||
type: [String, Number, Boolean, Object],
|
||||
default: false
|
||||
},
|
||||
trueValue: {
|
||||
|
|
Loading…
Add table
Reference in a new issue