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