Ver a proveniência

change export default mutations

pull/342/head
Guillaume Vincent há 7 anos
ascendente
cometimento
3e2f86eff0
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/store/mutations.js

+ 2
- 2
src/store/mutations.js Ver ficheiro

@@ -5,7 +5,7 @@ function setState(state, id, object) {
set(state, id, Object.assign({}, object));
}

export const mutations = {
export default {
[types.LOGIN](state){
state.authenticated = true;
},
@@ -18,4 +18,4 @@ export const mutations = {
[types.SET_DEFAULT_OPTIONS](state, {options}){
setState(state, 'defaultOptions', options);
}
};
};

Carregando…
Cancelar
Guardar