Add overview page for companions

This commit is contained in:
BlossomiShymae
2024-06-11 12:52:48 -05:00
parent 67f93478f9
commit be8d898947
2 changed files with 32 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<tbody>
<tr v-for="companion in p.pages[p.index.value]" :key="companion.contentId" style="position: relative;">
<td scope="row">
<NuxtLink class="text-decoration-none text-light stretched-link" :to="`/companions/overview/${companion.contentId}`">
<NuxtLink class="text-decoration-none text-light stretched-link" :to="`/companions/overview/${companion.itemId}`">
{{ companion.itemId }}
</NuxtLink>
</td>