Просмотр исходного кода

remove profile in state

pull/342/head
Guillaume Vincent 7 лет назад
Родитель
Сommit
c54a9b7d2c
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/store/index.js

+ 2
- 2
src/store/index.js Просмотреть файл

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

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


Загрузка…
Отмена
Сохранить