mosha-vue-toastify
mosha-vue-toastify copied to clipboard
Blank white toast if use Object for first and second arg
Hi, why it's blank white toast if I use 1st and 2nd arg
self.$moshaToast({
title: 'Error',
description: `
<span class="text-sm">${response.data.error.detail}</span>
`,
}, {
type: 'error',
showIcon: true,
hideProgressBar: true,
})
