We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee5d9d commit 30a4c55Copy full SHA for 30a4c55
1 file changed
src/pages/browse.vue
@@ -34,7 +34,7 @@ function getApiPath(paths: string[] | string) {
34
<VPageContentTitle :title="title" />
35
<PersonCardListView v-if="type === 'person'" :apipath="getApiPath(props.paths || '')" :params="route.query" />
36
<MediaCardListView v-else :apipath="getApiPath(props.paths || '')" :params="route.query" />
37
- <Teleport to="body" v-if="route.path === '/browse'">
+ <Teleport to="body">
38
<VScrollToTopBtn />
39
</Teleport>
40
</div>
0 commit comments