fix: update contacts route title to 'All contacts'

This commit is contained in:
Abhinav Raut
2025-06-07 22:38:43 +05:30
parent 55bc9bfc91
commit 6981a0790d
+1 -1
View File
@@ -39,7 +39,7 @@ const routes = [
path: 'contacts',
name: 'contacts',
component: () => import('@/views/contact/ContactsView.vue'),
meta: { title: 'Contacts' }
meta: { title: 'All contacts' }
},
{
path: 'contacts/:id',