Appearance
🎉 Allows you to add toast to your app with ease.
import { toast } from "vue3-toastify"; import "vue3-toastify/dist/index.css"; toast("Hello! Wow so easy!", { "theme": "auto", "type": "default", "dangerouslyHTMLString": true })