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
@@ -50,7 +50,7 @@ export default {
};
</script>
<template>
<modal :show.sync="show" :on-close="cancel">
<Modal :show.sync="show" :on-close="cancel">
<div class="h-auto overflow-auto flex flex-col">
<woot-modal-header :header-title="title" :header-content="description" />
<div class="flex flex-row justify-end gap-2 py-4 px-6 w-full">
@@ -62,5 +62,5 @@ export default {
</woot-button>
</div>
</div>
</modal>
</Modal>
</template>