i tried
this.$notify.success({
title: "transaction successed",
message: 'success',
duration: 3000,
})
and
this.$notify({
title: "transaction successed",
message: 'success',
type: 'success', //or 'info' or 'warning'
duration: 3000,
});
at last always get a right icon with color red (type error)