修改一个单词+一个等号

This commit is contained in:
tcsnzh 2021-10-02 11:32:08 +08:00
parent ef6ac06c40
commit 960b16bb4c
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ export default {
ipcRenderer.send("window-move");
},
dragWhenInput(e) {
if (this.searchValue == "") {
if (this.searchValue === "") {
ipcRenderer.send("window-move");
}
},

View File

@ -67,7 +67,7 @@ const mutations = {
};
const actions = {
showMainUI({ commit, state }, paylpad) {
showMainUI({ commit, state }, payload) {
ipcRenderer.send("changeWindowSize-rubick", {
height: getWindowHeight(),
});