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
@@ -115,11 +115,11 @@ export default {
>
{{ $t('CONTACT_PANEL.LABELS.LABEL_SELECT.TITLE') }}
</h4>
<hotkey
<Hotkey
custom-class="text-slate-800 dark:text-slate-100 bg-slate-50 dark:bg-slate-600 text-xxs border border-solid border-slate-75 dark:border-slate-600"
>
L
</hotkey>
</Hotkey>
</div>
<div class="mb-2 flex-shrink-0 flex-grow-0 flex-auto max-h-8">
<input
@@ -136,7 +136,7 @@ export default {
>
<div class="w-full">
<woot-dropdown-menu>
<label-dropdown-item
<LabelDropdownItem
v-for="label in filteredActiveLabels"
:key="label.title"
:title="label.title"
@@ -173,7 +173,7 @@ export default {
:show.sync="createModalVisible"
:on-close="hideCreateModal"
>
<add-label-modal
<AddLabelModal
:prefill-title="parsedSearch"
@close="hideCreateModal"
/>