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
This commit is contained in:
Agate 2020-05-06 10:44:00 +02:00
commit e337976261
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed page not refreshing when switching between My Library and Explore sections (#1091)

View File

@ -1,6 +1,6 @@
<template>
<div class="main library pusher">
<router-view></router-view>
<router-view :key="$router.currentRoute.name"></router-view>
</div>
</template>