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

chore: Add note

parent 937df577
No related branches found
No related tags found
No related merge requests found
......@@ -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 });
}
......
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