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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user