parent
efa477a3b0
commit
f5026dd49a
|
@ -24,8 +24,8 @@ const Switch = defineComponent({
|
|||
defaultChecked: PropTypes.looseBool,
|
||||
autofocus: PropTypes.looseBool,
|
||||
loading: PropTypes.looseBool,
|
||||
change: PropTypes.func,
|
||||
click: PropTypes.func,
|
||||
onChange: PropTypes.func,
|
||||
onClick: PropTypes.func,
|
||||
'onUpdate:checked': PropTypes.func,
|
||||
},
|
||||
emits: ['change', 'click', 'update:checked'],
|
||||
|
|
Loading…
Reference in New Issue