fix: bugs

This commit is contained in:
qier222 2020-11-23 16:44:17 +08:00
parent bc0de620c1
commit 43fd1bc536
3 changed files with 31 additions and 24 deletions

View file

@ -36,7 +36,7 @@ export default {
},
data() {
return {
isElectron: process.env.IS_ELECTRON, // "true" || undefined
isElectron: process.env.IS_ELECTRON, // true || undefined
};
},
created() {