Skip to content

Commit

Permalink
fix: song-list data display error
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 31, 2023
1 parent 782a9b4 commit 641774d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components-business/song-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const SongList = defineComponent({
<li
class={`${prefix}-list-container`}
onClick={() => clickHandle(song)}
key={song.id}
>
<Card song={song}></Card>
</li>
Expand Down

0 comments on commit 641774d

Please sign in to comment.