forked from morrning/hesabixCore
change snackbar location in some files
This commit is contained in:
parent
7090ff44dc
commit
574bdd1a5b
|
@ -211,7 +211,7 @@ export default defineComponent({
|
|||
v-model="snackbar"
|
||||
:color="snackbarColor"
|
||||
timeout="3000"
|
||||
location="top"
|
||||
location="bottom"
|
||||
>
|
||||
{{ snackbarText }}
|
||||
<template v-slot:actions>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
v-model="snackbar.show"
|
||||
:color="snackbar.color"
|
||||
:timeout="3000"
|
||||
location="top"
|
||||
location="bottom"
|
||||
>
|
||||
{{ snackbar.text }}
|
||||
<template v-slot:actions>
|
||||
|
|
Loading…
Reference in a new issue