Appearance
import { useToast } from '@erag/vue-toastification'; const { success, error } = useToast(); success('Saved!');