mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-29 12:03:54 +08:00
lint: prettier
This commit is contained in:
parent
3e38604119
commit
d93e7ad015
|
@ -35,13 +35,13 @@ export default {
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isElectron: process.env.IS_ELECTRON // "true" || undefined
|
isElectron: process.env.IS_ELECTRON, // "true" || undefined
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if (this.isElectron) {
|
if (this.isElectron) {
|
||||||
// 添加专有的类名
|
// 添加专有的类名
|
||||||
document.body.classList.add('is-electron')
|
document.body.classList.add("is-electron");
|
||||||
// ipc message channel
|
// ipc message channel
|
||||||
const electron = window.require("electron");
|
const electron = window.require("electron");
|
||||||
const ipcRenderer = electron.ipcRenderer;
|
const ipcRenderer = electron.ipcRenderer;
|
||||||
|
|
|
@ -102,4 +102,3 @@ const touchBar = new TouchBar({
|
||||||
// })
|
// })
|
||||||
|
|
||||||
module.exports = touchBar;
|
module.exports = touchBar;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user