i m use vue-cli create project, and add vue-cli-plugin-electron-builder, this my code up
app.on('ready', async () => {
if (isDevelopment && !process.env.IS_TEST) {
// Install Vue Devtools
try {
await installVueDevtools()
} catch (e) {
console.error('Vue Devtools failed to install:', e.toString())
}
}
createWindow()
openProcessManager()
})
but it's cant work. the tool is blank
