move notification to bottom
This commit is contained in:
@@ -26,7 +26,7 @@ const theme = computed(() =>{
|
|||||||
})
|
})
|
||||||
|
|
||||||
const direction = computed(() => {
|
const direction = computed(() => {
|
||||||
return vuetify.locale.current.value == 'fa' ? 'rtl' : 'ltr'
|
return vuetify.locale.isRtl ? 'rtl' : 'ltr'
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -28,10 +28,10 @@ import { createNotivue } from 'notivue'
|
|||||||
import 'notivue/notification.css'
|
import 'notivue/notification.css'
|
||||||
import 'notivue/animations.css'
|
import 'notivue/animations.css'
|
||||||
const notivue = createNotivue({
|
const notivue = createNotivue({
|
||||||
position: 'top-center',
|
position: 'bottom-center',
|
||||||
limit: 4,
|
limit: 4,
|
||||||
enqueue: false,
|
enqueue: false,
|
||||||
avoidDuplicates: false,
|
avoidDuplicates: true,
|
||||||
notifications: {
|
notifications: {
|
||||||
global: {
|
global: {
|
||||||
duration: 3000
|
duration: 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user