Only 1 slice getting rendered in Vue

Hello,

i have followed the Vue.js guide thoroughly and successfully implemented 1 slice, but now i try adding more, the code seems good and the API is giving back the right information, but they don't show in the browser.

Thanks.

Hello @plachance, welcome to the community!

If you can render one on your site, then everything works correctly. There's probably only one step missing. Let's go one by one.

  • You created a Slice
  • You added content to a document using that Slice
  • Updated the front-end to render the content of said Slice
  • You run the program locally and go to the URL of the document. The Slice should appear here

In which step do you think something is missing?
What fields does your Slice have, and what is the component code?