lint
This commit is contained in:
parent
622d9ecce4
commit
9d9713a6ce
|
@ -1,7 +1,7 @@
|
||||||
openapi: 3.0.3
|
openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: Funkwhale API
|
title: Funkwhale API
|
||||||
version: 1.4.0
|
version: 2.0.0a1
|
||||||
description: |
|
description: |
|
||||||
# Funkwhale API
|
# Funkwhale API
|
||||||
|
|
||||||
|
|
|
@ -245,7 +245,7 @@ const updatePage = (page: number) => {
|
||||||
<Loader v-if="isLoading" />
|
<Loader v-if="isLoading" />
|
||||||
|
|
||||||
<!-- For each item, build a row -->
|
<!-- For each item, build a row -->
|
||||||
<!--
|
<!--
|
||||||
<track-mobile-row
|
<track-mobile-row
|
||||||
v-for="(track, index) in allTracks"
|
v-for="(track, index) in allTracks"
|
||||||
:key="track.id"
|
:key="track.id"
|
||||||
|
|
Loading…
Reference in New Issue