Add to emits

pull/1478/head
Cagatay Civici 2021-08-25 10:10:52 +03:00
commit 798c514448
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
export default { export default {
name: 'InputSwitch', name: 'InputSwitch',
inheritAttrs: false, inheritAttrs: false,
emits: ['update:modelValue', 'click', 'change', 'input'], emits: ['click', 'update:modelValue', 'change', 'input'],
props: { props: {
modelValue: Boolean, modelValue: Boolean,
class: null, class: null,