Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145395 | Jun 19,2019 10:51 PM UTC | Dec 30,2020 12:53 PM UTC | Vue | 3 |
![]() |
Tags: Sidebar |
<script>
import Vue from 'vue';
import { Component } from "vue-property-decorator";
import { SchedulePlugin,Day, Week, WorkWeek, Month, Agenda } from '@syncfusion/ej2-vue-schedule';
Vue.use(SchedulePlugin);
export default {
provide: {
schedule: [Day, Week, WorkWeek, Month, Agenda]
}
}
</script> |
Hi Victor,Syncfusion greetings.In your sample kindly use the below code example in comSchedulerDemo.vue file to overcome the issue.
import Vue from 'vue';import { Component } from "vue-property-decorator";import { SchedulePlugin,Day, Week, WorkWeek, Month, Agenda } from '@syncfusion/ej2-vue-schedule';Vue.use(SchedulePlugin);export default {provide: {schedule: [Day, Week, WorkWeek, Month, Agenda]}}Regards,Karthi
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.