I should really locally test my code
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-03-14 16:11:56 -05:00
parent 4b38a5e597
commit d5aa15ccca

View File

@@ -23,7 +23,7 @@ onMounted(() => {
<td>{{ user.name }}</td> <td>{{ user.name }}</td>
<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> <button @click="navigate" role="link">Edit</button>
</router-link> </router-link>