/**
本文件功能:全局提示工具
作者:HUANG
创建时间:2017/11/7
最后更新时间:
**/
function tip (type,msg) {
this.$message({
message: msg,
type: type
})
}
export default tip
/**
本文件功能:全局提示工具
作者:HUANG
创建时间:2017/11/7
最后更新时间:
**/
function tip (type,msg) {
this.$message({
message: msg,
type: type
})
}
export default tip
本文标题:全局提示工具
本文链接:https://www.haomeiwen.com/subject/qezamxtx.html
网友评论