mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
✨ feat: 添加专辑列表播放
This commit is contained in:
@@ -145,7 +145,7 @@ const handlePlay = (item: any) => {
|
||||
</n-scrollbar>
|
||||
</div>
|
||||
</div>
|
||||
<MusicList v-if="list" v-model:show="isShowList" :music-list="list" />
|
||||
<MusicList v-if="list" v-model:show="isShowList" :name="list.name" :song-list="list.tracks" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user