use vc as v-calendar component prefix
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import Vue from 'vue'
|
||||
import VCalendar from 'v-calendar'
|
||||
export default () => {
|
||||
Vue.use(VCalendar, {
|
||||
// why is that ?!
|
||||
firstDayOfWeek: 2
|
||||
})
|
||||
}
|
||||
import Vue from 'vue'
|
||||
import VCalendar from 'v-calendar'
|
||||
export default () => {
|
||||
Vue.use(VCalendar, {
|
||||
componentPrefix: 'vc',
|
||||
// why is that ?!
|
||||
firstDayOfWeek: 2
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user