本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
67
Wiki
活動
瀏覽代碼
remove profile in state
pull/342/head
Guillaume Vincent
7 年之前
父節點
fb52b9b271
當前提交
c54a9b7d2c
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
取消
儲存