parent
051107cf62
commit
8b2263b0f9
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
@swiper="setSwiperRef"
|
@swiper="setSwiperRef"
|
||||||
@slide-change="onSlideChange"
|
@slide-change="onSlideChange"
|
||||||
>
|
>
|
||||||
<swiper-slide>
|
<swiper-slide v-if="true">
|
||||||
<MkFolder class="_gap">
|
<MkFolder class="_gap">
|
||||||
<template #header
|
<template #header
|
||||||
><i class="ph-clock ph-bold ph-lg"></i>
|
><i class="ph-clock ph-bold ph-lg"></i>
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide v-if="true">
|
||||||
<MkPagination
|
<MkPagination
|
||||||
v-slot="{ items }"
|
v-slot="{ items }"
|
||||||
:pagination="likedPostsPagination"
|
:pagination="likedPostsPagination"
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
</div>
|
</div>
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide v-if="true">
|
||||||
<MkA to="/gallery/new" class="_link" style="margin: 16px"
|
<MkA to="/gallery/new" class="_link" style="margin: 16px"
|
||||||
><i class="ph-plus ph-bold ph-lg"></i>
|
><i class="ph-plus ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.postToGallery }}</MkA
|
{{ i18n.ts.postToGallery }}</MkA
|
||||||
|
|
Loading…
Reference in a new issue