bugfix: notice & message 's destroy method.

This commit is contained in:
Lawrence Lee 2017-06-01 18:05:20 +08:00
parent b087f93efa
commit 1c82a9abbf
4 changed files with 8 additions and 4 deletions

View file

@ -119,6 +119,6 @@ export default {
destroy () {
let instance = getMessageInstance();
messageInstance = null;
instance.destroy();
instance.destroy('ivu-message');
}
};