Fix #1091: page not refreshing when switching between My Library and Explore sections
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