Skip to content
Snippets Groups Projects
Commit b6c3399a authored by syuilo's avatar syuilo
Browse files

chore: Add note

parent 0a285738
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ export default Vue.extend({
},
methods: {
tick() {
// TODO: パフォーマンス向上のため、このコンポーネントが画面内に表示されている場合のみ更新する
this.now = new Date();
this.tickId = setTimeout(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment