Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

ElNotification icon color presents always red as error type, no matter what type it is set #25

@egao5566

Description

@egao5566

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions