浏览代码

remove profile in state

pull/342/head
Guillaume Vincent 7 年前
父节点
当前提交
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,


正在加载...
取消
保存