chore(typo): execute function on click

This commit is contained in:
upsiflu 2024-12-08 21:05:31 +01:00
parent 4cfacf009f
commit 3d4562e180
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const open = ref(false)
round
icon="bi-three-dots-vertical"
:title="labels.more"
@click="toggleOpen"
@click="toggleOpen()"
/>
</template>