Merge pull request #7 from RhymeChiang/patch-6

Update radio-group.vue
This commit is contained in:
yison 2019-04-02 20:56:15 +08:00 committed by GitHub
commit bf4316d50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
mixins: [ Emitter ],
props: {
value: {
type: [String, Number, Object],
type: [String, Number, Boolean, Object],
default: ''
},
size: {