Commit c8b81da0 authored by Regis's avatar Regis

make timeago 10 seconds instead of 1

parent 209aa238
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
this.$children this.$children
.filter(e => e.$options._componentTag === 'time-ago') .filter(e => e.$options._componentTag === 'time-ago')
.forEach(e => e.changeTime()); .forEach(e => e.changeTime());
}, 1000); }, 10000);
}; };
startTimeLoops(); startTimeLoops();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment