[Vuejs]-Property 'info' does not exist on type 'Vue' in async method of Nuxt js

0👍

this does not refer to your component. You don’t have access to the component instance through this inside asyncData because it is called before initiating the component.

Leave a comment