fix: more menu is not opening on click (#3090)

Co-authored-by: Clovis <clovis@synapse-medicine.com>
This commit is contained in:
Clovis 2024-12-16 16:43:09 +01:00 committed by GitHub
parent 4928148eed
commit 7a52a6122a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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