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

Replace hrefs in App.vue with programmatic vue router navigation

parent 6a78f561
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
......@@ -8,7 +8,7 @@
<v-navigation-drawer app v-model="drawer">
<v-list nav dense shaped>
<v-list-item class="logo">
<a id="logo-container" href="/" class="brand-logo">
<a id="logo-container" @click="$router.push('/')" class="brand-logo">
<brand-logo
:site-preferences="systemProperties.sitePreferences"
/>
......@@ -82,7 +82,7 @@
<v-toolbar-title
tag="a"
class="white--text text-decoration-none"
href="/"
@click="$router.push('/')"
>
{{ systemProperties.sitePreferences.generalTitle }}
</v-toolbar-title>
......
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