Closed rasliche closed 4 years ago
I could not get the docs to work as written, but after seeing that asyncData gets the context object and the $axios object is found in the app part of the context, this seems to be the easiest basic usage of the module.
context
$axios
app
Not sure what I was doing wrong. That was incredibly frustrating.
I could not get the docs to work as written, but after seeing that asyncData gets the
context
object and the$axios
object is found in theapp
part of the context, this seems to be the easiest basic usage of the module.