MessageBox: fix missing icons

This commit is contained in:
Leopoldthecoder
2017-10-23 10:47:35 +08:00
committed by 杨奕
parent 36dfe304f3
commit 96093927e9
2 changed files with 6 additions and 6 deletions

View File

@@ -86,10 +86,10 @@
let messageBox;
let typeMap = {
success: 'circle-check',
info: 'information',
success: 'success',
info: 'info',
warning: 'warning',
error: 'circle-cross'
error: 'error'
};
export default {