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
@@ -70,7 +70,7 @@ export default {
class="-ml-3 px-2"
@click="onBackButtonClick"
>
<fluent-icon
<FluentIcon
icon="chevron-left"
size="24"
:class="$dm('text-black-900', 'dark:text-slate-50')"
@@ -101,6 +101,6 @@ export default {
</div>
</div>
</div>
<header-actions :show-popout-button="showPopoutButton" />
<HeaderActions :show-popout-button="showPopoutButton" />
</header>
</template>