0
0
Fork 0

fix: options QDate

This commit is contained in:
Javier Segarra 2024-07-11 10:13:50 +02:00
parent f038f0a60f
commit 8018a3ac46
1 changed files with 1 additions and 1 deletions

View File

@ -122,9 +122,9 @@ watch(
:no-focus="true"
>
<QDate
v-bind="{ ...$attrs }"
v-model="popupDate"
:today-btn="true"
:options="$attrs.options"
@update:model-value="
(date) => {
formattedDate = date;