fix: emit for DatepickerWithValues

(cherry picked from commit fb91e73a3c)
This commit is contained in:
Dominik Pschenitschni 2024-06-20 17:16:35 +02:00 committed by kolaente
parent 28fff10fec
commit 3aaf363413
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="datepicker-with-range-container">
<Popup
:open="open"
@update:open="(open) => !open && emit('close')"
@update:open="(open) => !open && $emit('update:open', false)"
>
<template #content="{isOpen}">
<div