Skip to content
Snippets Groups Projects
Commit 456f47ce authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Redirect to SPA pages (instead of legacy ones) when using sidenav search

parent 215d7508
No related branches found
No related tags found
Loading
Pipeline #104223 failed
......@@ -48,10 +48,11 @@ export default {
cache-items
hide-no-data
hide-details
menu-props="closeOnContentClick"
:items="data ? data.searchSnippets : undefined"
>
<template #item="{ item }">
<v-list-item :href="item.obj.absoluteUrl">
<v-list-item @click="$router.push(item.obj.absoluteUrl.replace('/django', ''))">
<v-list-item-icon v-if="item.obj.icon">
<v-icon>{{ "mdi-" + item.obj.icon }}</v-icon>
</v-list-item-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment