mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
chore: format
This commit is contained in:
parent
6cab12dc24
commit
d3fb7794f1
1 changed files with 12 additions and 16 deletions
|
@ -46,13 +46,9 @@
|
|||
{{ i18n.ts._channel.nameOnly }}
|
||||
</option>
|
||||
</MkRadios>
|
||||
<MkButton
|
||||
large
|
||||
primary
|
||||
@click="search"
|
||||
class="_gap"
|
||||
>{{ i18n.ts.search }}</MkButton
|
||||
>
|
||||
<MkButton large primary @click="search" class="_gap">{{
|
||||
i18n.ts.search
|
||||
}}</MkButton>
|
||||
<MkFoldableSection v-if="channelPagination">
|
||||
<template #header>{{
|
||||
i18n.ts.searchResult
|
||||
|
@ -79,17 +75,17 @@
|
|||
/>
|
||||
</MkPagination> -->
|
||||
<MkChannelList
|
||||
key="featured"
|
||||
:pagination="featuredPagination"
|
||||
/>
|
||||
key="featured"
|
||||
:pagination="featuredPagination"
|
||||
/>
|
||||
</div>
|
||||
</swiper-slide>
|
||||
<swiper-slide>
|
||||
<div class="_content grwlizim following">
|
||||
<MkChannelList
|
||||
key="following"
|
||||
:pagination="followingPagination"
|
||||
/>
|
||||
key="following"
|
||||
:pagination="followingPagination"
|
||||
/>
|
||||
</div>
|
||||
</swiper-slide>
|
||||
<swiper-slide>
|
||||
|
@ -98,9 +94,9 @@
|
|||
><i class="ph-plus ph-bold ph-lg"></i
|
||||
></MkButton>
|
||||
<MkChannelList
|
||||
key="owned"
|
||||
:pagination="ownedPagination"
|
||||
/>
|
||||
key="owned"
|
||||
:pagination="ownedPagination"
|
||||
/>
|
||||
</div>
|
||||
</swiper-slide>
|
||||
</swiper>
|
||||
|
|
Loading…
Reference in a new issue