This commit is contained in:
2023-10-07 07:30:33 +08:00
parent 64a6bece5c
commit 7ecf576515
19 changed files with 970 additions and 549 deletions

View File

@@ -22,14 +22,23 @@ const menuOptions = [
name: 'manage-songList',
},
},
{ default: () => '回家' }
{ default: () => '歌单' }
),
key: 'song-list',
icon: renderIcon(BookOutline),
},
{
label: '舞,舞,舞',
key: 'dance-dance-dance',
label: () =>
h(
RouterLink,
{
to: {
name: 'manage-questionBox',
},
},
{ default: () => '棉花糖(提问箱' }
),
key: 'song-list',
icon: renderIcon(BookOutline),
},
]