mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: add img tag with loading attribute for lazy loading
This commit is contained in:
parent
107bf53a39
commit
fab099c6fb
17 changed files with 46 additions and 23 deletions
|
|
@ -27,6 +27,7 @@
|
|||
<div class="container" @click.stop>
|
||||
<img
|
||||
:src="currentTrack.al && currentTrack.al.picUrl | resizeImage(224)"
|
||||
loading="lazy"
|
||||
@click="goToAlbum"
|
||||
/>
|
||||
<div class="track-info" :title="audioSource">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue