mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 22:50:36 +03:00
panel default to DATE
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ export default {
|
|||||||
const calendarMonth = now.getMonth()
|
const calendarMonth = now.getMonth()
|
||||||
const firstYear = Math.floor(calendarYear / 10) * 10
|
const firstYear = Math.floor(calendarYear / 10) * 10
|
||||||
return {
|
return {
|
||||||
panel: 'MONTH',
|
panel: 'DATE',
|
||||||
dates: [],
|
dates: [],
|
||||||
calendarMonth,
|
calendarMonth,
|
||||||
calendarYear,
|
calendarYear,
|
||||||
|
|||||||
Reference in New Issue
Block a user