(state, error)
| 21 | |
| 22 | mutations: { |
| 23 | addPageError(state, error) { return state.pageErrors.push(error); }, |
| 24 | clearPageErrors(state) { return state.pageErrors = []; }, |
| 25 | addLocaleLoaded(state, localeCode) { |
| 26 | const addition = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected