You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To begin with, my project is built with quasar": "^2.6.0" on "vue": "^3.0.0".
Using composition API with <script setup lang='ts'> syntax.
The problem is that QCalendarScheduler doesnt work, when initializing q calendar with predefined model-resource property.
To begin with, my project is built with quasar": "^2.6.0" on "vue": "^3.0.0".
Using composition API with <script setup lang='ts'> syntax.
The problem is that QCalendarScheduler doesnt work, when initializing q calendar with predefined model-resource property.
No errors or warnings in console, however, if resources initially is set to empty array ref:
const resources = ref([])
and after that I set it with delay like this:
It works prefectly fine! Seems like there is a problem with timing.
Any suggestions?
The text was updated successfully, but these errors were encountered: