forked from FoundKeyGang/FoundKey
chore: Add note
This commit is contained in:
parent
937df577f1
commit
0a28573845
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue