feat(client): ミューテーション監視をやめてページリロードするように
This commit is contained in:
parent
191c064611
commit
8ff2694cad
3 changed files with 5 additions and 14 deletions
|
|
@ -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;
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue