move notification to bottom

This commit is contained in:
Alireza Ahmadi
2024-06-13 20:17:27 +02:00
parent db3270feaa
commit 45b03d8472
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ import { createNotivue } from 'notivue'
import 'notivue/notification.css'
import 'notivue/animations.css'
const notivue = createNotivue({
position: 'top-center',
position: 'bottom-center',
limit: 4,
enqueue: false,
avoidDuplicates: false,
avoidDuplicates: true,
notifications: {
global: {
duration: 3000