message components bug fixed
message components bug fixed
This commit is contained in:
parent
7c15ac9e31
commit
47e5839630
5 changed files with 25 additions and 8 deletions
|
@ -24,6 +24,9 @@ Notification.newInstance = properties => {
|
|||
notice (noticeProps) {
|
||||
notification.add(noticeProps);
|
||||
},
|
||||
remove (key) {
|
||||
notification.close(key);
|
||||
},
|
||||
component: notification,
|
||||
destroy () {
|
||||
document.body.removeChild(div);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue