Outlined snackbars in red
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
<v-snackbar
|
<v-snackbar
|
||||||
bottom
|
bottom
|
||||||
left
|
left
|
||||||
|
outlined
|
||||||
|
color="accent"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
:value="isShown"
|
:value="isShown"
|
||||||
:timeout="timeout"
|
:timeout="timeout"
|
||||||
@@ -50,7 +52,7 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
timeout: {
|
timeout: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 6000,
|
default: 6000000,
|
||||||
},
|
},
|
||||||
pause: {
|
pause: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|||||||
Reference in New Issue
Block a user