Ali Sameni
Ali Sameni
I figured out the problem is that you do not import all needed modules specially `Controller` from `Swiper`.
@fisherspoons that's because you should log it like this: ``` mounted () { this.$nextTick(() => { console.log(this.$refs.swiperTop.$swiper) }) } ```
That would be great!
@derHodrig did you fix this issue?
How can we add a Vue component for footer and header?
@danielgregorywilson have you found any solutions for that?
@danielgregorywilson I came up with a css solution that was like this: ``` .vel-modal .vel-img-wrapper .vel-img { width: 100%; } ```
@AliM1988 Where can we download that version? I see latest version is 4.31.0 on the official repo.
@cuongpv219 @kempsteven Exactly I've faced the same issue. any solutions?
@cuongpv219 Are you using tailwind for styling?