Resolve "Support browsing a specific library content"

This commit is contained in:
Eliot Berriot 2020-03-04 22:18:28 +01:00
parent ecc3ed3ac3
commit b166182762
47 changed files with 1020 additions and 336 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="main library pusher">
<router-view :key="$route.fullPath"></router-view>
<router-view></router-view>
</div>
</template>