mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update
This commit is contained in:
@@ -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),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user