I want to use timeline in vue.js, is it possible?

I want to use timeline in vue.js, is it possible?

Hello @11125,

all public sources (CDN, NuGet, Bower, and npm) contain a Standard edition of the component. As the Timeline view is available in the Scheduler PRO version only, please follow our step-by-step instruction to add Pro editions to your project:
https://docs.dhtmlx.com/scheduler/install_with_bower.html#addingproeditionintoproject

In order for the Scheduler to work correctly with Vue.js Framework, please add the global scheduler and import the scheduler_timeline extension to your Scheduler.vue file. Your code should look like the following:

/*global scheduler*/
import 'dhtmlx-scheduler'
import 'dhtmlx-scheduler/codebase/ext/dhtmlxscheduler_timeline';

Best regards,