mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-05 20:22:26 +03:00
remove console.log code
This commit is contained in:
@@ -176,7 +176,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handelPanelChange (panel) {
|
||||
console.log('panel changed')
|
||||
if (panel === 'YEAR') {
|
||||
this.firstYear = Math.floor(this.calendarYear / 10) * 10
|
||||
} else if (panel === 'TIME') {
|
||||
@@ -307,7 +306,6 @@ export default {
|
||||
this.firstYear = this.firstYear + flag * 10
|
||||
},
|
||||
showPanelDate () {
|
||||
console.log('date')
|
||||
this.panel = 'DATE'
|
||||
},
|
||||
showPanelYear () {
|
||||
|
||||
Reference in New Issue
Block a user