Prefill with today fixes (#87)

This commit is contained in:
Chirag Chhatrala
2023-02-07 18:10:46 +05:30
committed by GitHub
parent 049649a81e
commit 7b5968401b
2 changed files with 7 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ export default {
this.compVal = null
}
},
immediate: true
immediate: false
},
toDate: {
handler(val) {
@@ -107,7 +107,7 @@ export default {
this.compVal = null
}
},
immediate: true
immediate: false
}
},