mint-ui Toast icon 图标

时间:2018-08-11 00:02:31   收藏:0   阅读:2455
Toast({
      message: ‘修改成功‘,
       iconClass: ‘fa fa-check fa-5x‘
});
Toast({
       message: ‘修改失败‘,
      iconClass: ‘fa fa-remove  fa-5x‘
});

 

原文:https://www.cnblogs.com/-rainbow-/p/9457827.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!