mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
fix: emit for DatepickerWithValues
This commit is contained in:
committed by
konrad
parent
ebd6139c1f
commit
fb91e73a3c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user