how can i handle every asyncData?
[issue link]hi, guys!
I want to get res.headers[‘Set-Cookie’] in all of the asyncData methods. How do I write a middleware that can be executed after all the asyncData methods resolved?
The global middleware can not get to the header[‘Set-Cookie’], how can I do?