See #50: pagination, search and ordering on artist browsing

This commit is contained in:
Eliot Berriot 2017-12-17 19:42:58 +01:00
parent 860b6b1e1f
commit 04c70116c3
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 124 additions and 20 deletions

View file

@ -8,7 +8,7 @@
<router-link v-if="auth.user.availablePermissions['import.launch']" class="ui item" to="/library/import/batches">Import batches</router-link>
</div>
</div>
<router-view></router-view>
<router-view :key="$route.fullPath"></router-view>
</div>
</template>