We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2a491 commit e2413aaCopy full SHA for e2413aa
components/organisms/app/AsideBottom.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<NuxtLink
4
- v-if="$route.path.startsWith('/docs')"
+ v-if="$route.path.startsWith(localePath('/docs'))"
5
:to="localePath('/releases')"
6
class="
7
flex
0 commit comments