Auto hide growl message

pull/12/head
cagataycivici 2019-02-12 16:51:57 +03:00
parent 3b2c4dee49
commit c9c78576ba
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
export default {
methods: {
onUpload() {
this.$toast.add({severity: 'info', summary: 'Success', detail: 'File Uploaded'});
this.$toast.add({severity: 'info', summary: 'Success', detail: 'File Uploaded', life: 3000});
}
}
}