Update radio.vue

This commit is contained in:
RhymeChiang 2019-04-02 19:28:49 +08:00 committed by GitHub
parent cc9844583a
commit 775c216ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
mixins: [ Emitter ],
props: {
value: {
type: [String, Number, Boolean],
type: [String, Number, Boolean, Object],
default: false
},
trueValue: {