mirror of https://github.com/elk-zone/elk.git
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,10 +1,10 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
defineModel<boolean>()
|
const model = defineModel<boolean>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NavBottomMoreMenu
|
<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
|
place-content-center h-full flex-1 cursor-pointer
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue