perf: change default prop
gitea/salix-front/pipeline/pr-test This commit is unstable
Details
gitea/salix-front/pipeline/pr-test This commit is unstable
Details
This commit is contained in:
parent
2bdb73dfde
commit
0505fb69b6
|
@ -14,7 +14,7 @@ const $props = defineProps({
|
||||||
},
|
},
|
||||||
isPopupOpen: {
|
isPopupOpen: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
multiple: {
|
multiple: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
@ -137,7 +137,6 @@ const setUserParams = (params) => {
|
||||||
v-model="params.excludedDates"
|
v-model="params.excludedDates"
|
||||||
filled
|
filled
|
||||||
:label="t('negative.excludedDates')"
|
:label="t('negative.excludedDates')"
|
||||||
:is-popup-open="false"
|
|
||||||
>
|
>
|
||||||
</VnInputDates>
|
</VnInputDates>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
|
|
Loading…
Reference in New Issue