This commit is contained in:
2026-02-07 11:47:19 +02:00
parent 06d485e63a
commit 3f57515f20
11 changed files with 65 additions and 10 deletions
+1 -1
View File
@@ -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>