1
0

feat: use withDefaults in ReminderDetail

This commit is contained in:
Dominik Pschenitschni
2024-06-26 19:22:46 +02:00
committed by konrad
parent 42c458a736
commit a56331d39d
3 changed files with 53 additions and 35 deletions

View File

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