🌐 AI搜索 & 代理 主页
Skip to content

Commit 45ee856

Browse files
authored
Update carousel.js
1 parent 4c0a6a0 commit 45ee856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const BCarousel = /*#__PURE__*/ Vue.extend({
218218
// Get all slides
219219
this.updateSlides()
220220
// Observe child changes so we can update slide list
221-
this.setObserver()
221+
this.setObserver(true)
222222
},
223223
beforeDestroy() {
224224
this.clearInterval()

0 commit comments

Comments
 (0)