stable release #130

Merged
floatingghost merged 187 commits from develop into stable 2022-08-12 15:26:51 +00:00
Showing only changes of commit eb47bb8973 - Show all commits

View file

@ -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,