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:
commit
e337976261
|
@ -0,0 +1 @@
|
|||
Fixed page not refreshing when switching between My Library and Explore sections (#1091)
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="main library pusher">
|
||||
<router-view></router-view>
|
||||
<router-view :key="$router.currentRoute.name"></router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue