使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
lesspass
镜像自地址
https://github.com/lesspass/lesspass.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
67
百科
动态
浏览代码
remove profile in state
pull/342/head
Guillaume Vincent
7 年前
父节点
fb52b9b271
当前提交
c54a9b7d2c
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 = {
currentPassword
Profile
: null,
password
Profile
s: {},
currentPassword: null,
passwords: {},
defaultOptions: {
uppercase: true,
lowercase: true,
撰写
预览
正在加载...
取消
保存