mint-ui Toast icon 图标

Toast({
      message: '修改成功',
       iconClass: 'fa fa-check fa-5x'
});
Toast({
       message: '修改失败',
      iconClass: 'fa fa-remove  fa-5x'
});
原文地址:https://www.cnblogs.com/-rainbow-/p/9457827.html