Exploring the world of NuxtJS today, I found myself pondering the optimal method for setting and retrieving global data. For instance, how should a frequently used phone number be handled throughout a website?
Would utilizing AsyncData be the most effective approach? Or might that be considered excessive?
In Vue.js, global data is typically linked to the main Vue instance. Could you point me towards the Nuxt equivalent of this practice (if there is one)?