feature/client-template #2

Merged
homeburger merged 27 commits from feature/client-template into main 2026-03-14 23:10:46 -05:00
Showing only changes of commit d5aa15ccca - Show all commits

View File

@@ -23,7 +23,7 @@ onMounted(() => {
<td>{{ user.name }}</td>
<td>
<router-link to="`/user/${user.id}`" custom v-slot="{ navigate }">
<router-link :to="`/user/${user.id}`" custom v-slot="{ navigate }">
<button @click="navigate" role="link">Edit</button>
</router-link>