Ver a proveniência

remove profile in state

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

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

@@ -7,8 +7,8 @@ import mutations from './mutations'
Vue.use(Vuex);

const state = {
currentPasswordProfile: null,
passwordProfiles: {},
currentPassword: null,
passwords: {},
defaultOptions: {
uppercase: true,
lowercase: true,


Carregando…
Cancelar
Guardar