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 {
name: 'InputSwitch',
inheritAttrs: false,
emits: ['update:modelValue', 'click', 'change', 'input'],
emits: ['click', 'update:modelValue', 'change', 'input'],
props: {
modelValue: Boolean,
class: null,