feat : concept grid view
This commit is contained in:
+2
-4
@@ -13,10 +13,8 @@ const user = await userStore.fetchUser(props.id);
|
||||
|
||||
<template>
|
||||
<div class="user">
|
||||
<img
|
||||
class="user-avatar"
|
||||
:src="`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}.webp?size=32`"
|
||||
/>
|
||||
<img loading="lazy" class="user-avatar"
|
||||
:src="`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}.webp?size=32`" />
|
||||
{{ user?.username }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user