mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-07 08:27:08 +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 }),
|
icon: () => h(NIcon, { component: User }),
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
show: !!settings.value.address,
|
show: !!jwt.value,
|
||||||
key: "user",
|
key: "user",
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user