Added timout attribute to snackbar variable fixes #54
This commit is contained in:
parent
d53ae64989
commit
4c20c74e77
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<v-snackbar
|
<v-snackbar
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
:color="color"
|
:color="color"
|
||||||
|
:timeout="0"
|
||||||
top
|
top
|
||||||
right
|
right
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue