I need to implement dynamic pages in a Nuxt + CMS bundle.
- I send the URL to the server and if such a page exists I receive the data.
- The data contains a list of components that I need to use, the number of components can be different.
- I need to dynamically import these components and use them on the page.
I don't fully understand how I can properly import these components and use them.
I know that I can use the global registration of components, but in this case I am interested in dynamic imports.
Here is a demo that describes the approximate logic of my application.
https://codesandbox.io/s/dank-water-zvwmu?file=%2Fpages%2F_.vue