# Custom Defaults
Custom defaults can be provided on initialization. Note that almost all of these defaults can be overridden by props on v-calendar
or v-date-picker
components.
Vue.use(VCalendar, {
componentPrefix: 'vc', // Now use vc-calendar and vc-date-picker
...
})