When using the sample code with vue3 the sample does not work. I used sample "vuejs-scheduler-date.20200226" copied necessary files in a fresh vue3 cli project and got the error below. On vue2 it works.
runtime-core.esm-bundler.js?5c40:216 Uncaught TypeError: t is not a function
at Proxy.render (daypilot-vue.min.js?0d32:35)
at renderComponentRoot (runtime-core.esm-bundler.js?5c40:482)
at componentEffect (runtime-core.esm-bundler.js?5c40:4091)
at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
at effect (reactivity.esm-bundler.js?a1e9:17)
at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4083)
at mountComponent (runtime-core.esm-bundler.js?5c40:4041)
at processComponent (runtime-core.esm-bundler.js?5c40:3997)
at patch (runtime-core.esm-bundler.js?5c40:3647)
at mountChildren (runtime-core.esm-bundler.js?5c40:3810)