gancio-upstream/plugins/v-calendar.js

9 lines
184 B
JavaScript

import Vue from 'vue'
import VCalendar from 'v-calendar'
export default () => {
Vue.use(VCalendar, {
componentPrefix: 'vc',
// why is that ?!
// firstDayOfWeek: 2
})
}