fix: apply ESLint rule vue/custom-event-name-casing

This commit is contained in:
iamsivin
2024-07-25 23:40:54 +05:30
parent 2ef9274450
commit ecb0b4a4f4
144 changed files with 509 additions and 515 deletions
@@ -56,10 +56,10 @@ export default {
methods: {
closeModal() {
this.value = '';
this.$emit('on-close');
this.$emit('onClose');
},
onConfirm() {
this.$emit('on-confirm');
this.$emit('onConfirm');
},
},
};