perf: add radio event declar

pull/2805/head
tanjinzhou 2020-09-07 18:27:49 +08:00
parent 7ec5dac844
commit 5f68ab9181
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export default {
name: String, name: String,
buttonStyle: PropTypes.string.def('outline'), buttonStyle: PropTypes.string.def('outline'),
onChange: PropTypes.func, onChange: PropTypes.func,
'onUpdate:value': PropTypes.func,
}, },
data() { data() {
const { value, defaultValue } = this; const { value, defaultValue } = this;