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"
|
v-model="snackbar"
|
||||||
:color="snackbarColor"
|
:color="snackbarColor"
|
||||||
timeout="3000"
|
timeout="3000"
|
||||||
location="top"
|
location="bottom"
|
||||||
>
|
>
|
||||||
{{ snackbarText }}
|
{{ snackbarText }}
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
|
|
|
@ -415,7 +415,7 @@
|
||||||
</v-dialog>
|
</v-dialog>
|
||||||
|
|
||||||
<!-- Snackbar برای نمایش پیامها -->
|
<!-- 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 }}
|
{{ snackbar.text }}
|
||||||
|
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
|
|
|
@ -230,7 +230,7 @@
|
||||||
v-model="snackbar.show"
|
v-model="snackbar.show"
|
||||||
:color="snackbar.color"
|
:color="snackbar.color"
|
||||||
:timeout="3000"
|
:timeout="3000"
|
||||||
location="top"
|
location="bottom"
|
||||||
>
|
>
|
||||||
{{ snackbar.text }}
|
{{ snackbar.text }}
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
|
|
Loading…
Reference in a new issue