mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Add overview page for companions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user