From 0a285738458518df6b888e8d10d57c948d6f061a Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 13 Jul 2020 23:29:30 +0900
Subject: [PATCH] chore: Add note

---
 src/client/store.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/store.ts b/src/client/store.ts
index a930e66ed7..c7b8e84e9d 100644
--- a/src/client/store.ts
+++ b/src/client/store.ts
@@ -302,6 +302,7 @@ export default () => new Vuex.Store({
 		},
 
 		mergeMe(ctx, me) {
+			// TODO: プロパティ一つ一つに対してコミットが発生するのはアレなので良い感じにする
 			for (const [key, value] of Object.entries(me)) {
 				ctx.commit('updateIKeyValue', { key, value });
 			}