mosha-vue-toastify icon indicating copy to clipboard operation
mosha-vue-toastify copied to clipboard

Blank white toast if use Object for first and second arg

Open erwinyusrizal opened this issue 3 years ago • 0 comments

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,
})

image

erwinyusrizal avatar May 12 '22 04:05 erwinyusrizal