Server Components Keep Getting Better
Briefly

Server components are components that only run on the server and never sent to the client. This is useful for components that use heavy dependencies that don't need to be interactive on the client.
The first feature is the nuxt-client directive. This directive allows you to take a server component and partially hydrate the bits that you want to be interactive.
The second feature is the ability to create server-only pages. These pages are similar to server components but they can be used to render entire pages on the server.
Server components are a great way to eliminate a lot of unnecessary work being done on the client, but they are still experimental.
Read at Vue.js Feed
[
add
]
[
|
|
]