[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
+3 -3
View File
@@ -30,9 +30,9 @@ export default create({
mixins: [findParent],
props: {
value: {},
disabled: Boolean,
name: [String, Number]
name: null,
value: null,
disabled: Boolean
},
computed: {