mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
position of toast changed to bottom-right
This commit is contained in:
parent
455b225f49
commit
8a4748dc2d
@ -23,7 +23,7 @@ if (root === 'app') {
|
|||||||
.use(store)
|
.use(store)
|
||||||
.use(i18n)
|
.use(i18n)
|
||||||
.use(VueToast, {
|
.use(VueToast, {
|
||||||
position: "top",
|
position: "bottom-right",
|
||||||
type: "error",
|
type: "error",
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
dismissible: true
|
dismissible: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user