mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 19:43:09 +02:00
chore: Add note
This commit is contained in:
parent
0a28573845
commit
b6c3399abe
1 changed files with 1 additions and 0 deletions
|
@ -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(() => {
|
||||||
|
|
Loading…
Reference in a new issue