save
This commit is contained in:
parent
8f9d3604e6
commit
5bb83ff8e5
258 changed files with 12974 additions and 7838 deletions
|
@ -17,24 +17,28 @@
|
|||
methods: {
|
||||
info (nodesc) {
|
||||
this.$Notice.info({
|
||||
duration: 10000,
|
||||
title: 'Notification title',
|
||||
desc: nodesc ? '' : 'Here is the notification description. Here is the notification description. '
|
||||
});
|
||||
},
|
||||
success (nodesc) {
|
||||
this.$Notice.success({
|
||||
duration: 10000,
|
||||
title: 'Notification title',
|
||||
desc: nodesc ? '' : 'Here is the notification description. Here is the notification description. '
|
||||
});
|
||||
},
|
||||
warning (nodesc) {
|
||||
this.$Notice.warning({
|
||||
duration: 10000,
|
||||
title: 'Notification title',
|
||||
desc: nodesc ? '' : 'Here is the notification description. Here is the notification description. '
|
||||
});
|
||||
},
|
||||
error (nodesc) {
|
||||
this.$Notice.error({
|
||||
duration: 10000,
|
||||
title: 'Notification title',
|
||||
desc: nodesc ? '' : 'Here is the notification description. Here is the notification description. '
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue