feat: eslint enforce vue/component-name-in-template-casing
This commit is contained in:

committed by
konrad

parent
8f094c140a
commit
23707fc493
@ -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">
|
||||
|
Reference in New Issue
Block a user