vue $message 的使用

vue $message 的使用
this.$message({
message:“请添加记录”,
type:‘warning’
})
type 取值 ‘success’ /warning/info/error/;

  • this.$Message.info(config)

  • this.$Message.success(config)

  • this.$Message.warning(config)

  • this.$Message.error(config)

  • this.$Message.loading(config)

寄语:Every power comes with its own burden.
           欲戴皇冠,必承其重。

上一篇:Python - logging.Formatter 的常用格式字符串


下一篇:leetcode 107 二叉树的层序遍历 II