I always have a question,when i use nuxt to my project,it is say if i have a request in my page i don't want to
see the request in chrome network.but,exactly if i have a request in function asyncData or fetch, then i also can see the record request in chrome network.so,can I have a request and the record would't in the chrome
network.just as the same as in nuxtServerInit!For example: I have a request in the nuxtServerlnit,when to look for the chrome network just like
same, i have the request in the views asyncData,to look for the chrome network is have a request record:
so can i get the same result to post a request in the asyncData or nuxtServerlnit?