Where does the code in nuxt.js that does not need to be executed on the server be executed?

I want to load the data on the first screen on the server, that is, there is still part of the return data, hidden in asyncData, and I want to render it on the client. How do I write this?

Feb.27,2021
Menu