This commit is contained in:
parent
a32cd0a98c
commit
eb47bb8973
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue