diff --git a/src/background.js b/src/background.js index ae32413..dec7c42 100644 --- a/src/background.js +++ b/src/background.js @@ -57,7 +57,9 @@ app.on('ready', async () => { if (isDevelopment && !process.env.IS_TEST) { // Install Vue Devtools try { - await installExtension(VUEJS_DEVTOOLS) + //await installExtension(VUEJS_DEVTOOLS) + // vuedev tools for vue3 + await installExtension('ljjemllljcmogpfapbkkighbhhppjdbg') } catch (e) { console.error('Vue Devtools failed to install:', e.toString()) }