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
+1 -1
View File
@@ -26,7 +26,7 @@ const theme = computed(() =>{
})
const direction = computed(() => {
return vuetify.locale.current.value == 'fa' ? 'rtl' : 'ltr'
return vuetify.locale.isRtl ? 'rtl' : 'ltr'
})
</script>