perf: switch add events declare

close #3439
feat-less4
tangjinzhou 4 years ago
parent 759f18b476
commit 3c5c6becbf

@ -24,7 +24,11 @@ const Switch = defineComponent({
defaultChecked: PropTypes.looseBool,
autofocus: PropTypes.looseBool,
loading: PropTypes.looseBool,
change: PropTypes.func,
click: PropTypes.func,
'onUpdate:checked': PropTypes.func
},
emits: ['change', 'click', 'update:checked'],
setup() {
return {
refSwitchNode: undefined,

Loading…
Cancel
Save