volver a poner que se autocierre el calendario
This commit is contained in:
parent
196931b2c1
commit
7a29591a33
|
@ -37,7 +37,7 @@ export default defineComponent({
|
|||
watch(proxyDate, (newProxy) => {
|
||||
setValues({ date: invertDate(newProxy) });
|
||||
const btn = document.querySelector(".buttons-close-modal button")
|
||||
//if(btn) btn.click()
|
||||
if(btn) btn.click()
|
||||
});
|
||||
|
||||
const LOCALE = {
|
||||
|
|
Loading…
Reference in New Issue