feat: sign out
This commit is contained in:
parent
1f63a42dac
commit
8dc1fb6493
8 changed files with 76 additions and 33 deletions
|
@ -7,5 +7,5 @@ defineProps<{
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<img :src="account.avatar" :alt="account.username" rounded bg-gray:10>
|
||||
<img :src="account.avatar" :alt="account.username" rounded-full bg-gray:10>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue