[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

@@ -11,7 +11,7 @@ export default create({
name: 'radio-group',
props: {
value: {},
value: null,
disabled: Boolean
},