Jozef Naď
Jozef Naď
I have same issue for domain .ml, everything seems good, status is Normal, but with no changes on A record
I think that cloudflare does not support API for domain as TK, ML... etc
in Calendar.vue component you should edit this 2 things: ```js selectDate(dateMeta) { let date = new Date(dateMeta.year, dateMeta.month, dateMeta.day); // ADD THESE LINES if (this.modelValue) { date.setHours(this.modelValue.getHours(), this.modelValue.getMinutes()); } //...
> primevue": "^3.49.1" After this change and npm run build or npm run dev, this solutions not work you need also to edit all calendar files such as *.esm.js of...
You can add visibility observer for that component, so when it will be visible it will resize ```js const component= ref(null) onMounted(() => { if(!component.value){return} const element = component.value const...