Feat: activate vuedev for vue3
This commit is contained in:
parent
e0d4ff6cc6
commit
db56f7cbbd
@ -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())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user