1
0

feat: eslint enforce vue/component-name-in-template-casing

This commit is contained in:
Dominik Pschenitschni
2024-06-17 17:31:37 +02:00
committed by konrad
parent 8f094c140a
commit 23707fc493
20 changed files with 64 additions and 62 deletions

View File

@ -12,14 +12,14 @@
>
<slot />
</div>
<router-link
<RouterLink
v-else-if="to !== undefined"
ref="button"
:to="to"
class="base-button"
>
<slot />
</router-link>
</RouterLink>
<a
v-else-if="href !== undefined"
ref="button"