fix(Radio): adjust name type to any (#2801)

fix #2800
This commit is contained in:
rex 2020-03-01 10:28:43 +08:00 committed by GitHub
parent dc76382235
commit 6ffbec1f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ VantComponent({
classes: ['icon-class', 'label-class'],
props: {
name: null,
value: null,
disabled: Boolean,
useIconSlot: Boolean,