Answer posted by Dan Letecky [DayPilot]
6 years ago.

It's the Vue app:

var app = new Vue({
  el: '#scheduler-app',
  data: { }
});

It was missing in the previous code samples - the tutorial is updated now.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.