Add to emits
commit
798c514448
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue