chore: Add note

This commit is contained in:
syuilo 2020-07-15 00:21:14 +09:00
parent 0a28573845
commit b6c3399abe

View file

@ -61,6 +61,7 @@ export default Vue.extend({
}, },
methods: { methods: {
tick() { tick() {
// TODO:
this.now = new Date(); this.now = new Date();
this.tickId = setTimeout(() => { this.tickId = setTimeout(() => {