This commit is contained in:
@@ -17,14 +17,13 @@
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog> -->
|
||||
<v-snackbar v-model="snackbar">
|
||||
<v-snackbar
|
||||
:color="options.color"
|
||||
:value="snackbar"
|
||||
:timeout="options.timeout"
|
||||
>
|
||||
{{ message }}
|
||||
<v-btn
|
||||
:color="options.color"
|
||||
:timeout="options.timeout"
|
||||
text
|
||||
@click="snackbar = false"
|
||||
>
|
||||
<v-btn text @click="snackbar = false">
|
||||
Close
|
||||
</v-btn>
|
||||
</v-snackbar>
|
||||
|
||||
Reference in New Issue
Block a user