Merge branch 'master' of dev.funkwhale.audio:funkwhale/funkwhale
This commit is contained in:
commit
29c58d1ce5
|
@ -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