update message
This commit is contained in:
parent
e0bd31a64c
commit
a50a847ca5
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ function getMessageInstance () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function notice (content = '', duration = defaultDuration, type, onClose = function () {}, closable = false) {
|
function notice (content = '', duration = defaultDuration, type, onClose = function () {}, closable = false) {
|
||||||
if (!onClose) {
|
|
||||||
onClose = function () {
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
||||||
const iconType = iconTypes[type];
|
const iconType = iconTypes[type];
|
||||||
|
|
||||||
// if loading
|
// if loading
|
||||||
|
|
Loading…
Add table
Reference in a new issue