diff --git a/src/App.vue b/src/App.vue index e5fe1c1..92d9497 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,7 +47,6 @@ export default { const seconds = ('0' + this.date.getSeconds()).slice(-2); this.curtime = `${hours}:${minutes}:${seconds}` this.nowtime = `${year}.${month}.${day} `+ cweeks[wday]; - console.log(this.nowtime) }, mounted() { this.getTimespan();