This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<v-snackbar :value="isVisible" :color="currentNotification.type">
|
||||
<v-alert :type="currentNotification.type">
|
||||
<v-snackbar dismissable :value="isVisible" :color="currentNotification.type">
|
||||
<v-alert :type="currentNotification.type" transition="scale-transition">
|
||||
{{ currentNotification.message }}
|
||||
</v-alert>
|
||||
<v-btn icon @click="isVisible = false">
|
||||
<!-- <v-btn icon @click="isVisible = false">
|
||||
<v-icon color="white">fa-times-circle</v-icon>
|
||||
</v-btn>
|
||||
</v-btn> -->
|
||||
</v-snackbar>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user