Skip to content
Snippets Groups Projects
Commit e3379762 authored by Agate's avatar Agate 💬
Browse files

Merge branch '1091-routing' into 'master'

Fix #1091: page not refreshing when switching between My Library and Explore sections

See merge request funkwhale/funkwhale!1114
parents 2b5a2b39 0f9a2ae2
No related branches found
No related tags found
No related merge requests found
Fixed page not refreshing when switching between My Library and Explore sections (#1091)
<template>
<div class="main library pusher">
<router-view></router-view>
<router-view :key="$router.currentRoute.name"></router-view>
</div>
</template>
......
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