开始开发"正在播放"

This commit is contained in:
zilong
2021-10-20 23:12:51 +08:00
parent 17c34faa18
commit 8448b293a9
8 changed files with 128 additions and 30 deletions

View File

@@ -50,6 +50,7 @@ const createColumns = ({ play ,singerInfo }) => {
title: "音乐标题",
key: "name",
align: "left",
ellipsis: true,
render(row){
return h(
NButton,
@@ -70,6 +71,7 @@ const createColumns = ({ play ,singerInfo }) => {
{
title: "歌手",
key: "artists",
ellipsis: true,
render(row) {
const ars = row.artists.map((ar, idx) => {
let r = h(