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

Commit 4c0a6a0

Browse files
authored
Update modal.js
1 parent 1e89bc0 commit 4c0a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export const BModal = /*#__PURE__*/ Vue.extend({
622622
this.$nextTick(() => {
623623
// Observe changes in modal content and adjust if necessary
624624
// In a `$nextTick()` in case modal content is lazy
625-
this.setObserver()
625+
this.setObserver(true)
626626
})
627627
})
628628
},

0 commit comments

Comments
��(0)