forked from verdnatura/salix-front
fix: options QDate
This commit is contained in:
parent
f038f0a60f
commit
8018a3ac46
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue