Merge pull request #5 from RhymeChiang/patch-4

Update radio-group.vue
This commit is contained in:
yison 2019-04-02 19:33:39 +08:00 committed by GitHub
commit 5e417e438e
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], type: [String, Number, Object],
default: '' default: ''
}, },
size: { size: {