What is the exact difference between fetch and async data. The official documentation says the following:
asyncData You may want
asyncData
You may want
I. fetch and asyncData are processed on the server-side.
II. can see the difference in the way to use them:
a) fetch: change store data
b) asyncData: change context (component data)