Our pure JavaScript Scheduler component


Post by didot »

Thanks all for the Shceduler VUE CLI is runing .

but when i move to my project . i found the problem .

scheduler.module.js:20298 Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined
at eval (scheduler.module.js:20298)
at eval (scheduler.module.js:20315)
at StoreTree (scheduler.module.js:20363)
at eval (scheduler.module.js:18153)
at Array.reduce (<anonymous>)
at Object.mixes (scheduler.module.js:18152)
at Module.eval (scheduler.module.js:21485)
at eval (scheduler.module.js:67821)
at Module../src/lib/scheduler/scheduler.module.js (main.1d38.js:8074)
at __webpack_require__ (main.1d38.js:772)

Post by pmiklashevich »

@melazhadi and @didot you both are posting to the same thread about different issues and I've got completely confused.
@melazhadi started this thread initially. He wants to have a vue-cli demo based on our Tasks demo. And he is waiting for solution.
@didot could you please start a new thread and explain from scratch the problem you have. Please follow this guide: viewtopic.php?f=35&t=772#p4637
Thanks

Pavlo Miklashevych
Sr. Frontend Developer


Post by pmiklashevich »

The answer will be a part of this thread.

Pavlo Miklashevych
Sr. Frontend Developer


Post by melazhadi »

Hello

Thank you pavel
and I'm waiting for your return thanks again

Post by didot »

Thanks for your help .
is work for now.

i have new question .

i make other Filter in component scheduler.

how to add filter like add start_date and end_date params when using eventStore -> readUrl ?
let scheduler = new Scheduler({
   eventStore : {
       readUrl  : 'backend/read_events.php',
       autoLoad : true
   }
});
// If you do not specify autoLoad, trigger loading manually:
scheduler.eventStore.load();

Post by pmiklashevich »

Please create a new thread for each new question.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply