Update radio-group.vue

This commit is contained in:
RhymeChiang 2019-04-02 19:29:27 +08:00 committed by GitHub
parent cc9844583a
commit ef1cc8fc6e
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],
type: [String, Number, Object],
default: ''
},
size: {