This commit is contained in:
Megghy
2023-10-12 11:50:41 +08:00
parent 02c2309255
commit 826f99350c
5 changed files with 275 additions and 18 deletions

View File

@@ -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>