mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-20 15:49:48 +08:00
fix: menu not show in mobile (#90)
This commit is contained in:
@@ -161,7 +161,7 @@ const menuOptions = computed(() => [
|
||||
icon: () => h(NIcon, { component: User }),
|
||||
}
|
||||
),
|
||||
show: !!settings.value.address,
|
||||
show: !!jwt.value,
|
||||
key: "user",
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user