瀏覽代碼

remove ref that does not exist anymore

pull/342/head
Guillaume Vincent 7 年之前
父節點
當前提交
44e54d81f7
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      src/views/PasswordGenerator.vue

+ 0
- 1
src/views/PasswordGenerator.vue 查看文件

@@ -267,7 +267,6 @@
const password = passwords[i];
if (password.site === site && password.login === login) {
this.$store.commit('SET_PASSWORD', {password});
this.$refs.masterPassword.focus();
break;
}
}


Loading…
取消
儲存