Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Move from require to import

Compare
Choose a tag to compare
@BrockReece BrockReece released this 13 Sep 07:42
· 73 commits to master since this release

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)