Skip to content

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

Agate requested to merge 1091-routing into master

Closes #1091

Underlying issue was that the same set of components is used for both sections. However, vue-router attempts to reuse the component if possible, hence the problem.

Edited by Agate

Merge request reports