如何改变element-ui框架的message弹框提示时间_zuo_zuo_blog的博客-CSDN博客
http://element-ui.cn/#/zh-CN/component/message 官网文档
示例:
this.$Message.error({duration:5,content:‘送检数量不能少于不合格数‘});
VUE this.$Message 消息设置
原文:https://www.cnblogs.com/xiexiaoxia/p/15219700.html