feat: improved search results in command palette

This commit is contained in:
Jannat Patel
2025-11-25 19:44:31 +05:30
parent c7915e2c3d
commit eab43a66cf
11 changed files with 474 additions and 8 deletions

View File

@@ -243,6 +243,11 @@ const routes = [
),
props: true,
},
{
path: '/search',
name: 'Search',
component: () => import('@/pages/Search/Search.vue'),
},
]
let router = createRouter({