This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<v-snackbar v-model="store.snackbar.show" :color="store.snackbar.color" :timeout="store.snackbar.timeout">
|
||||
{{ store.snackbar.text }}
|
||||
<template v-slot:actions>
|
||||
<v-btn variant="text" @click="store.snackbar.show = false"> Close </v-btn>
|
||||
<v-btn variant="text" @click="store.snackbar.show = false"> {{ l.close }} </v-btn>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
</v-app>
|
||||
|
||||
Reference in New Issue
Block a user