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

Commit

Permalink
Fix export. Fixes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
BrockReece committed Sep 10, 2017
1 parent 87ce370 commit 5533d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FullCalendar from './components/FullCalendar.vue'

module.exports = {
export default {
install: function (Vue, options) {
Vue.component('full-calendar', FullCalendar);
},
}
}

0 comments on commit 5533d3c

Please sign in to comment.