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: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
multiple: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -137,7 +137,6 @@ const setUserParams = (params) => {
|
|||
v-model="params.excludedDates"
|
||||
filled
|
||||
:label="t('negative.excludedDates')"
|
||||
:is-popup-open="false"
|
||||
>
|
||||
</VnInputDates>
|
||||
</QItemSection>
|
||||
|
|
Loading…
Reference in New Issue