fix: apply ESLint rule vue/component-name-in-template-casing

This commit is contained in:
iamsivin
2024-07-25 19:42:48 +05:30
parent 0008fca511
commit 3ce70f4e14
352 changed files with 1019 additions and 1037 deletions
@@ -20,7 +20,7 @@ export default {
<!-- eslint-disable vue/no-mutating-props -->
<template>
<modal :show.sync="show" :on-close="onClose">
<Modal :show.sync="show" :on-close="onClose">
<woot-modal-header
:header-title="title"
:header-content="message"
@@ -39,7 +39,7 @@ export default {
{{ confirmText }}
</woot-button>
</div>
</modal>
</Modal>
</template>
<style lang="scss" scoped>
.action-button {