import{Timeline}from'vue3-visjs' Add the component in the template. <Timelineref="timeline":items="items":groups="groups":options="options"/> Add groups, items and options in your observed data or computed. newVue({el:'#app',data(){return{groups...