fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user