-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
🐛 The bug
Nuxt version: 3.9
Nuxt-ionic plugin version: 0.13.0
It's a fresh install so i don't have extra plugin, only using socket.io for webRTC chat
the app is running anyway but there is some error
Nuxt.config.ts
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
modules: ['@nuxtjs/ionic'],
typescript: {
typeCheck: true,
}
})
🛠️ To reproduce
//
🌈 Expected behaviour
Should show any issue regarding type and imports
ℹ️ Additional context
No response
