全局提示工具
2017-11-13 本文已影响92人
Gopal
/**
本文件功能:全局提示工具
作者: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