Feat: activate vuedev for vue3

This commit is contained in:
Bertrand Benjamin 2021-07-02 16:14:06 +02:00
parent e0d4ff6cc6
commit db56f7cbbd
1 changed files with 3 additions and 1 deletions

View File

@ -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())
}