This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
Move from require to import
Due to the changes in the latest version of vue-loader, we have moved from require
to import
statements
Loading this plugin in your app should now look something like this...
import FullCalendar from 'vue-full-calendar'
Vue.use(FullCalendar)