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