feat(client): ミューテーション監視をやめてページリロードするように
This commit is contained in:
@@ -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;
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user