美文网首页
全局提示工具

全局提示工具

作者: Gopal | 来源:发表于2017-11-13 16:19 被阅读92次
/**
 本文件功能:全局提示工具
 作者:HUANG
 创建时间:2017/11/7
 最后更新时间:
 **/
function tip (type,msg) {
  this.$message({
    message: msg,
    type: type
  })
}
export default tip

相关文章

网友评论

      本文标题:全局提示工具

      本文链接:https://www.haomeiwen.com/subject/qezamxtx.html