We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04683e4 commit c3d9c52Copy full SHA for c3d9c52
generator/template/src/background.js
@@ -55,7 +55,7 @@ app.on('activate', () => {
55
app.on('ready', async () => {
56
if (isDevelopment && !process.env.IS_TEST) {
57
// Install Vue Devtools
58
- await installVueDevtools()
+ installVueDevtools()
59
}
60
createWindow()
61
})
0 commit comments