We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd443 commit add6658Copy full SHA for add6658
1 file changed
app/components/BlueskyComments.vue
@@ -32,6 +32,7 @@ const postUrl = computed(() => data.value?.postUrl)
32
:src="like.actor.avatar"
33
:alt="like.actor.displayName || like.actor.handle"
34
class="w-8 h-8 rounded-full hover:opacity-80 transition-opacity m-0"
35
+ loading="lazy"
36
/>
37
<div
38
v-else
0 commit comments