feat: fix menu
This commit is contained in:
parent
2a8552d06f
commit
867ba7746d
|
|
@ -127,4 +127,12 @@ const logOut = async () => {
|
|||
await logout();
|
||||
return navigateTo("/login");
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
if (mdAndDown.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
drawer.value = true;
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue