bugfix: notice & message 's destroy method.
This commit is contained in:
parent
b087f93efa
commit
1c82a9abbf
4 changed files with 8 additions and 4 deletions
|
@ -119,6 +119,6 @@ export default {
|
|||
destroy () {
|
||||
let instance = getMessageInstance();
|
||||
messageInstance = null;
|
||||
instance.destroy();
|
||||
instance.destroy('ivu-message');
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue