Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 6671a87

Browse files
committed
fix: b-carousel prop error and cls issue
1 parent 94756fe commit 6671a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/rmrk/Gallery/CuratedList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section class="curated-list">
33
<b-carousel
44
animated="fade"
5-
interval="5000"
5+
:interval="5000"
66
:pause-hover="true"
77
:has-drag="true"
88
:indicator="true"
@@ -12,7 +12,7 @@
1212
indicator-position="is-bottom"
1313
indicator-style="is-lines">
1414
<b-carousel-item v-for="(collection, i) in collections" :key="i">
15-
<b-image class="image" :src="collection.image"></b-image>
15+
<b-image ratio="1by1" class="image" :src="collection.image"></b-image>
1616
<div class="box">
1717
<div class="content has-text-left">
1818
<nuxt-link

0 commit comments

Comments
 (0)