Fix month|year preselection/shortcut when picking a date
This commit is contained in:
parent
5426dcf989
commit
b52e02e436
4 changed files with 56 additions and 21 deletions
|
@ -42,6 +42,10 @@ export default {
|
|||
},
|
||||
startDate: {
|
||||
type: Date
|
||||
},
|
||||
pickerType: {
|
||||
type: String,
|
||||
require: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue