Apply suggestion from @CommanderStorm
This commit is contained in:
parent
392c182735
commit
049603f71b
@ -400,8 +400,8 @@ export default {
|
||||
* @param {string} msg Message to show
|
||||
* @returns {void}
|
||||
*/
|
||||
toastWarning(msg) {
|
||||
toast.warning(this.$t(msg));
|
||||
toastWarning(msg, ...args) {
|
||||
toast.warning(this.$t(msg, ...args));
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user