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

@ -60,14 +60,14 @@
</template>
<template v-if="shareType === 'team'">
<td>
<router-link
<RouterLink
:to="{
name: 'teams.edit',
params: { id: s.id },
}"
>
{{ s.name }}
</router-link>
</RouterLink>
</td>
</template>
<td class="type">