user module + translations
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<router-view :key="$route.fullPath" />
|
||||
<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>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user