This commit is contained in:
syuilo 2018-06-07 08:29:46 +09:00
parent 86b0dfdd33
commit d3b51bf94a

View file

@ -59,7 +59,7 @@ export default Vue.extend({
created() {
if (this.mode == 'relative' || this.mode == 'detail') {
this.tick();
this.tickId = setInterval(this.tick, 1000);
this.tickId = setInterval(this.tick, 5000);
}
},
destroyed() {