We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178d29 commit 744bb7aCopy full SHA for 744bb7a
src/components/toast/toast.js
@@ -170,7 +170,7 @@ export const BToast = /*#__PURE__*/ Vue.extend({
170
},
171
toaster(newVal) /* istanbul ignore next */ {
172
// If toaster target changed, make sure toaster exists
173
- this.$nextTick(() => this.ensureToaster)
+ this.$nextTick(this.ensureToaster)
174
175
static(newVal) /* istanbul ignore next */ {
176
// If static changes to true, and the toast is showing,
0 commit comments