vuetify-sonner icon indicating copy to clipboard operation
vuetify-sonner copied to clipboard

[Feature Request] Add custom id props for custom rendering functions to trigger the shutdown of custom rendering

Open UnforgetMemory opened this issue 10 months ago • 0 comments

Like

const customId=new Date().valueOf()+Math.random() * 100
	toast.toastOriginal.custom(
               customId,
		h(ErrorComponent, {
			value: data,
			id: customId,
		})
	);

UnforgetMemory avatar Aug 30 '23 14:08 UnforgetMemory