feat: update user detail

This commit is contained in:
yanghao05
2025-04-18 22:38:57 +08:00
parent 192bd07b9e
commit 8afed63142
8 changed files with 284 additions and 1 deletions

View File

@@ -140,7 +140,10 @@ onMounted(() => {
</div>
</div>
<div>
<div class="font-bold">{{ data.username }}</div>
<router-link :to="`/users/${data.id}`"
class="font-bold text-blue-600 hover:text-blue-800">
{{ data.username }}
</router-link>
</div>
</div>
</template>