update $Message

This commit is contained in:
梁灏 2019-09-06 09:34:52 +08:00
parent e7da556669
commit 6503055954
4 changed files with 9 additions and 2 deletions

View file

@ -14,7 +14,8 @@
info () {
this.$Message.info({
content: '这是一条普通的提示',
duration: 1000
duration: 1000,
background: true
});
},
success () {