2
0
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:
zendy kim
2018-07-17 10:00:09 +09:00
parent 7130ba6b12
commit 200d8272af
-2
View File
@@ -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 () {