import install from '@layer0/devtools/install' export default defineNuxtPlugin(nuxtApp => { nuxtApp.hook('app:mounted', () => { install() }) })