mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 10:26:21 -06:00
fix: use NuxtLink instead, lint fix :key position
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
:characters="quote.characters"
|
||||
class="my-3"
|
||||
/>
|
||||
<RouterLink
|
||||
<NuxtLink
|
||||
v-else
|
||||
:to="{ name: 'Character', params: { character: quote.character } }"
|
||||
class="speaker-link"
|
||||
>
|
||||
{{ quote.speaker }}
|
||||
</RouterLink>
|
||||
</NuxtLink>
|
||||
</td>
|
||||
<td class="quote-text w-100 pr-3" v-html="transform(quote.text)" />
|
||||
<td class="px-1 pl-2">
|
||||
|
||||
Reference in New Issue
Block a user