change snackbar location in some files

This commit is contained in:
Hesabix 2025-07-17 09:13:17 +00:00
parent 7090ff44dc
commit 574bdd1a5b
3 changed files with 3 additions and 3 deletions

View file

@ -211,7 +211,7 @@ export default defineComponent({
v-model="snackbar"
:color="snackbarColor"
timeout="3000"
location="top"
location="bottom"
>
{{ snackbarText }}
<template v-slot:actions>

View file

@ -415,7 +415,7 @@
</v-dialog>
<!-- Snackbar برای نمایش پیامها -->
<v-snackbar v-model="snackbar.show" :color="snackbar.color" :timeout="snackbar.timeout" location="top">
<v-snackbar v-model="snackbar.show" :color="snackbar.color" :timeout="snackbar.timeout" location="bottom">
{{ snackbar.text }}
<template v-slot:actions>

View file

@ -230,7 +230,7 @@
v-model="snackbar.show"
:color="snackbar.color"
:timeout="3000"
location="top"
location="bottom"
>
{{ snackbar.text }}
<template v-slot:actions>