Add week numbers
This commit is contained in:
parent
ac231c9ab4
commit
e55ba7a249
7 changed files with 65 additions and 71 deletions
|
@ -36,6 +36,10 @@ export default {
|
|||
type: Array,
|
||||
default: () => [initTimeDate(), initTimeDate()]
|
||||
},
|
||||
showWeekNumbers: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
startDate: {
|
||||
type: Date
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue