chore: Adds translations

This commit is contained in:
iamsivin
2024-11-15 18:21:39 +05:30
parent 7cc0d6d457
commit 1b7317b71c
10 changed files with 135 additions and 27 deletions
@@ -1,5 +1,5 @@
<script setup>
import { ref, computed } from 'vue';
import { ref, computed, onMounted } from 'vue';
import { useI18n } from 'vue-i18n';
import { useRoute } from 'vue-router';
import { useAlert } from 'dashboard/composables';
@@ -41,6 +41,10 @@ const toggle = () => {
const closeCompose = () => {
showComposeNewConversation.value = false;
};
onMounted(() => {
onContactSearch('');
});
</script>
<template>