[Improvement] Radio: name support any types (#863)

This commit is contained in:
neverland
2018-04-12 15:45:28 +08:00
committed by GitHub
parent ec47c8d0d3
commit 7c84582d7b
9 changed files with 49 additions and 74 deletions

View File

@@ -27,13 +27,13 @@ export default create({
mixins: [findParent],
props: {
value: {},
name: null,
value: null,
disabled: Boolean,
labelDisabled: {
type: Boolean,
default: false
},
name: [String, Number],
shape: {
type: String,
default: 'round'