Hello, can you help me pls ^^, not open the modal template :((((
onCreated: function(args) {
console.log('onCreated')
/* Inicio para arreglar el bug del rendereo */
let cellData = {
startTime: new Date(2019, 5, 4, 10, 0),
endTime: new Date(2019, 5, 4, 11, 0)
};
this.$refs.scheduleObj.ej2Instances.openEditor(cellData, 'Add');
/* Fin para arreglar el bug del rendereo */
},