Fix month|year preselection/shortcut when picking a date

This commit is contained in:
Sergio Crisostomo 2018-01-24 09:46:07 +01:00
parent 5426dcf989
commit b52e02e436
4 changed files with 56 additions and 21 deletions

View file

@ -42,6 +42,10 @@ export default {
},
startDate: {
type: Date
},
pickerType: {
type: String,
require: true
}
},
computed: {