fix: recycle scroller glitches (#174)
This commit is contained in:
parent
6acc838850
commit
d97beabf4a
4 changed files with 10 additions and 2 deletions
|
@ -8,6 +8,7 @@ defineProps<{
|
|||
|
||||
<template>
|
||||
<img
|
||||
:key="account.avatar"
|
||||
:src="account.avatar"
|
||||
:alt="account.username"
|
||||
loading="lazy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue