Tag: warnings
Nuxt3: [useAsyncData] Component is already mounted, why?
Danyal August 1, 2024
When working with Nuxt and needing to handle asynchronous data fetching, it’s important to understand…
Posted in Nuxt.js, Uncategorized Tagged debugging, nuxt3, nuxtjs3, typescript, warnings
vuejs 3 emit the warning “Extraneous non-emits event listeners”
Danyal December 5, 2022
If you are migrating from Vuejs2 to Vuejs3, then there will be many new challenges…
Posted in Vuejs Tagged javascript, vuejs, vuejs3, warnings