fix: options QDate
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
f038f0a60f
commit
8018a3ac46
|
@ -122,9 +122,9 @@ watch(
|
||||||
:no-focus="true"
|
:no-focus="true"
|
||||||
>
|
>
|
||||||
<QDate
|
<QDate
|
||||||
v-bind="{ ...$attrs }"
|
|
||||||
v-model="popupDate"
|
v-model="popupDate"
|
||||||
:today-btn="true"
|
:today-btn="true"
|
||||||
|
:options="$attrs.options"
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
(date) => {
|
(date) => {
|
||||||
formattedDate = date;
|
formattedDate = date;
|
||||||
|
|
Loading…
Reference in New Issue