feat: sign out

This commit is contained in:
Anthony Fu 2022-11-23 12:20:59 +08:00
parent 1f63a42dac
commit 8dc1fb6493
8 changed files with 76 additions and 33 deletions

View file

@ -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>