Unverified Commit 9e4ed798 authored by Mauro Frischherz's avatar Mauro Frischherz Committed by GitHub

fix: include locale in sidebar browse links (#1807)

parent 77086a6e
......@@ -43,7 +43,7 @@
v-list-item-avatar(size='24')
v-icon mdi-folder
v-list-item-title {{ item.title }}
v-list-item(v-else, :href='`/` + item.path', :key='`childpage-` + item.id', :input-value='path === item.path')
v-list-item(v-else, :href='`/` + item.locale + `/` + item.path', :key='`childpage-` + item.id', :input-value='path === item.path')
v-list-item-avatar(size='24')
v-icon mdi-text-box
v-list-item-title {{ item.title }}
......@@ -135,6 +135,7 @@ export default {
isFolder
pageId
parent
locale
}
}
}
......@@ -162,6 +163,7 @@ export default {
isFolder
pageId
parent
locale
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment