mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
ajout de feedback sur les mises à jour de créations. see #20
This commit is contained in:
parent
a854071c7d
commit
183c7fcaa5
5 changed files with 33 additions and 0 deletions
|
|
@ -39,6 +39,13 @@
|
|||
</v-sheet>
|
||||
</v-bottom-sheet>
|
||||
|
||||
<v-snackbar v-model="$store.state.isOpenSnackbar">
|
||||
{{ $store.state.snackbarText }}
|
||||
<v-btn color="red" text @click="$store.commit('setIsOpenSnackbar', true)">
|
||||
Fermer
|
||||
</v-btn>
|
||||
</v-snackbar>
|
||||
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue