fix(projects): fix menu-toggler hidden in mobile layout. fixed #483
This commit is contained in:
parent
8f9a70505c
commit
4470cb4e8c
@ -41,6 +41,7 @@ const icon = computed(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
|
:key="String(collapsed)"
|
||||||
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
|
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
|
||||||
tooltip-placement="bottom-start"
|
tooltip-placement="bottom-start"
|
||||||
:z-index="zIndex"
|
:z-index="zIndex"
|
||||||
|
Loading…
Reference in New Issue
Block a user