feat: 完善歌单列表组件 实现滚动加载更多

This commit is contained in:
alger
2024-09-11 16:29:43 +08:00
parent b6a5461a1d
commit 800e0b7360
5 changed files with 113 additions and 15 deletions
+1
View File
@@ -101,6 +101,7 @@ watch(
v-model:loading="listLoading"
:name="recommendItem?.name || ''"
:song-list="listDetail?.playlist.tracks || []"
:list-info="listDetail?.playlist"
/>
</div>
</template>