Merge pull request #4 from RhymeChiang/patch-3

Update radio.vue
This commit is contained in:
yison 2019-04-02 19:33:47 +08:00 committed by GitHub
commit 5636ce950f
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: {