mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-07 16:45:39 +03:00
fix: more menu is not opening on click (#3090)
Co-authored-by: Clovis <clovis@synapse-medicine.com>
This commit is contained in:
parent
4928148eed
commit
7a52a6122a
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
defineModel<boolean>()
|
||||
const model = defineModel<boolean>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NavBottomMoreMenu
|
||||
v-slot="{ toggleVisible, show }" v-model="modelValue!" flex flex-row items-center
|
||||
v-slot="{ toggleVisible, show }" v-model="model!" flex flex-row items-center
|
||||
place-content-center h-full flex-1 cursor-pointer
|
||||
>
|
||||
<button
|
||||
|
|
Loading…
Add table
Reference in a new issue