diff --git a/src/components/timeago/timeago.vue b/src/components/timeago/timeago.vue index 437ffb86..ddbce59b 100644 --- a/src/components/timeago/timeago.vue +++ b/src/components/timeago/timeago.vue @@ -40,7 +40,7 @@ export default { this.relativeTime = this.longFormat ? DateUtils.relativeTime(this.time, nowThreshold) : DateUtils.relativeTimeShort(this.time, nowThreshold) - console.log({ ...this.relativeTime }) + if (this.autoUpdate) { this.interval = setTimeout( this.refreshRelativeTimeObject,