gancio-upstream/plugins/v-calendar.js

10 lines
184 B
JavaScript
Raw Normal View History

2021-03-16 19:57:00 +01:00
import Vue from 'vue'
import VCalendar from 'v-calendar'
export default () => {
Vue.use(VCalendar, {
componentPrefix: 'vc',
// why is that ?!
// firstDayOfWeek: 2
2021-03-16 19:57:00 +01:00
})
}