Add week numbers

This commit is contained in:
Sergio Crisostomo 2018-01-17 16:40:38 +01:00
parent ac231c9ab4
commit e55ba7a249
7 changed files with 65 additions and 71 deletions

View file

@ -36,6 +36,10 @@ export default {
type: Array,
default: () => [initTimeDate(), initTimeDate()]
},
showWeekNumbers: {
type: Boolean,
default: false
},
startDate: {
type: Date
}