Update radio-group.vue

This commit is contained in:
RhymeChiang 2019-04-02 20:55:20 +08:00 committed by GitHub
parent 5636ce950f
commit 018fd34784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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