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