mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
1012
This commit is contained in:
@@ -41,6 +41,20 @@ const menuOptions = [
|
||||
key: 'manage-questionBox',
|
||||
icon: renderIcon(BookOutline),
|
||||
},
|
||||
{
|
||||
label: () =>
|
||||
h(
|
||||
RouterLink,
|
||||
{
|
||||
to: {
|
||||
name: 'manage-lottery',
|
||||
},
|
||||
},
|
||||
{ default: () => '动态抽奖' }
|
||||
),
|
||||
key: 'manage-lottery',
|
||||
icon: renderIcon(BookOutline),
|
||||
},
|
||||
]
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user