Is it possible to serve full async vue 3 components from an API?

61 Views Asked by At

Let's say I want to fetch data from an API, but I also want the shape of this data to be included. Is it possible to fetch a full async vue 3 component from an API ?

How do you proceed from the server and the client point of views ?

0

There are 0 best solutions below