SSENSE/vue-carousel

Bug: Slides not showing before I try to advance carousel

オープン

#291 opened on 2018/09/28

 (9 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (513 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (1,705 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド