perf: add radio event declar
parent
7ec5dac844
commit
5f68ab9181
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue