mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add router callback, clear searches on logo click
This commit is contained in:
parent
0d4617399b
commit
1399da8b70
@ -6,7 +6,7 @@
|
||||
<ds-flex class="main-navigation-flex">
|
||||
<ds-flex-item :width="{ lg: '5%' }" />
|
||||
<ds-flex-item :width="{ base: '80%', sm: '80%', md: '80%', lg: '15%' }">
|
||||
<a @click="$router.go('/')">
|
||||
<a @click="$router.push('/').then(() => $router.go())">
|
||||
<ds-logo />
|
||||
</a>
|
||||
</ds-flex-item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user