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

Commit 744bb7a

Browse files
SebastianSpeiteltmorehouse
authored andcommitted
fix(b-toast): fix ensureToaster method call when toaster name changes (#4468)
1 parent c178d29 commit 744bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toast/toast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const BToast = /*#__PURE__*/ Vue.extend({
170170
},
171171
toaster(newVal) /* istanbul ignore next */ {
172172
// If toaster target changed, make sure toaster exists
173-
this.$nextTick(() => this.ensureToaster)
173+
this.$nextTick(this.ensureToaster)
174174
},
175175
static(newVal) /* istanbul ignore next */ {
176176
// If static changes to true, and the toast is showing,

0 commit comments

Comments
 (0)