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

This commit is contained in:
Agate 2020-05-06 00:42:47 +02:00
parent 2b5a2b39ac
commit 0f9a2ae2ef
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
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>