Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render issues with template #content and multiple images #203

Open
symisz opened this issue Aug 25, 2023 · 1 comment
Open

render issues with template #content and multiple images #203

symisz opened this issue Aug 25, 2023 · 1 comment

Comments

@symisz
Copy link

symisz commented Aug 25, 2023

i am retrieving multiple images with a v-for loop and i get text popup for a second, that shouldn't render.

image

<ul class="pictures">
  <li v-for="(image, index) in slide.pictures" :key="index">
    <img :src="`/api/files/${slide.collectionId}/${slide.id}/` + image"  width="100" height="100"/>
  </li>
</ul>
@ghost
Copy link

ghost commented Jan 4, 2024

make it simple
first resolve api call then move to renderiing part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant