NuxtN
Nuxt2mo ago
7 replies
IsaacR943

Installing logsnatch with nuxt

createApp I want to installl logsnatch globally. The docs say: import { createApp } from 'vue'; import LogSnag from '@logsnag/vue'; const app = createApp(App); app.use(LogSnag, { token: '<TOKEN>', project: '<PROJECT_NAME>' }); app.mount('#app');. But there arent any createApp on nuxt
Was this page helpful?