Hi,
I am currently trying to create a scheduler. I have tried to follow the steps from here (https://ej2.syncfusion.com/vue/documentation/schedule/getting-started-vue-3/) and the scheduler worked. However, when I tried to move the code from App.vue into a new file (named Calendar.vue), and then call the Calendar component from App.vue, contents between the e-resources tag did not render. May I know the reason for this?
Would greatly appreciate your help! thanks!