Commit f3863459 authored by esatakpunar's avatar esatakpunar

delete false method

parent 6cc35af0
...@@ -21,11 +21,6 @@ export default { ...@@ -21,11 +21,6 @@ export default {
console.log(e); console.log(e);
}); });
}, },
toggleSingleExpand({ commit }) {
commit("setSingleExpand");
},
closeDialog({ commit }) { closeDialog({ commit }) {
commit("setDialog", false); commit("setDialog", false);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment