Increase timeout of snackbar

This commit is contained in:
2019-01-23 15:28:14 +01:00
parent f7a4cd6eef
commit 5917bde9b3
+1 -1
View File
@@ -11,7 +11,7 @@
<v-snackbar
v-model="snackbar"
:color="snackColor"
:timeout="3000"
:timeout="5000"
>
{{ snackText }}
</v-snackbar>