(state, loading)
| 73 | }, |
| 74 | |
| 75 | setLoading (state, loading) { |
| 76 | state.loading = loading |
| 77 | }, |
| 78 | |
| 79 | setTournaments (state, { clanId, tournaments }) { |
| 80 | Vue.set(state.tournaments, clanId, tournaments) |
nothing calls this directly
no outgoing calls
no test coverage detected