save
This commit is contained in:
parent
8f9d3604e6
commit
5bb83ff8e5
258 changed files with 12974 additions and 7838 deletions
|
@ -14,7 +14,23 @@
|
|||
info () {
|
||||
this.$Message.info({
|
||||
content: '这是一条普通的提示',
|
||||
duration: 1000
|
||||
duration: 1000,
|
||||
background: true
|
||||
});
|
||||
this.$Message.success({
|
||||
content: '这是一条普通的提示',
|
||||
duration: 1000,
|
||||
background: true
|
||||
});
|
||||
this.$Message.warning({
|
||||
content: '这是一条普通的提示',
|
||||
duration: 1000,
|
||||
background: true
|
||||
});
|
||||
this.$Message.error({
|
||||
content: '这是一条普通的提示',
|
||||
duration: 1000,
|
||||
background: true
|
||||
});
|
||||
},
|
||||
success () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue