SSENSE/vue-carousel

Bug: Slides not showing before I try to advance carousel

Open

#291 geöffnet am 28. Sept. 2018

Auf GitHub ansehen
 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (513 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.705 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Bug Report

Current Behavior at initial load it will be blank, but after i try to slide using mouse the image shown all

Input Code and steps to reproduce

<div v-if="media.params.mediaType == 8">
  <carousel :perPage="1">
    <slide v-for="image in media.params.images" :key="image[0].url">
      <img :src="image[0].url">
    </slide>
  </carousel>
</div>

Expected behavior/code it should shown at initial load

Environment

  • npm 8 lts
  • os arch linux
  • electron vue

Contributor Guide