<v-calendar :attributes='attrs' :locale="calendarEnv">
const calendarEnv = {
masks: {
title: 'YYYY-MM'
},
monthNames: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L']
}
This writing has no effect
I'm having the same trouble - I don't know the format expected - it isn't documented anywhere.
The docs should help clear things up here. You can define your own masks and firstDayOfWeek parameters.