mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:59:18 +02:00
See #50: pagination, search and ordering on artist browsing
This commit is contained in:
parent
860b6b1e1f
commit
04c70116c3
8 changed files with 124 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<sidebar></sidebar>
|
||||
<router-view></router-view>
|
||||
<router-view :key="$route.fullPath"></router-view>
|
||||
<div class="ui divider"></div>
|
||||
<div id="footer" class="ui vertical footer segment">
|
||||
<div class="ui container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue