You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the changing of message text on the first value of the needed 2 parameters isn't updating. calling it on a component this.$toast('message', this.toast_config).
toast_config: {
horizontalPosition: 'center',
verticalPosition: 'top',
mode: 'override',
message: 'Testing' //without this value predefined, updating the message isn't working.
}
The text was updated successfully, but these errors were encountered:
For some reason the changing of message text on the first value of the needed 2 parameters isn't updating. calling it on a component
this.$toast('message', this.toast_config)
.The text was updated successfully, but these errors were encountered: