feat(client): ミューテーション監視をやめてページリロードするように

This commit is contained in:
syuilo
2020-07-12 00:12:30 +09:00
parent 191c064611
commit 8ff2694cad
3 changed files with 5 additions and 14 deletions

View File

@@ -355,10 +355,6 @@ export default () => new Vuex.Store({
setUserData(state, x: { userId: string; data: any }) {
state.userData[x.userId] = copy(x.data);
},
setInfiniteScrollEnabling(state, x: boolean) {
state.enableInfiniteScroll = x;
},
}
},