2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-15 02:52:26 +03:00

panel default to DATE

This commit is contained in:
zendy kim
2018-07-17 09:58:10 +09:00
parent df270f1b7a
commit 7130ba6b12
+1 -1
View File
@@ -135,7 +135,7 @@ export default {
const calendarMonth = now.getMonth()
const firstYear = Math.floor(calendarYear / 10) * 10
return {
panel: 'MONTH',
panel: 'DATE',
dates: [],
calendarMonth,
calendarYear,