This reverts commit 6855079811
.
This commit is contained in:
parent
8904e0a12b
commit
6439c7b64b
37 changed files with 93 additions and 93 deletions
|
@ -41,7 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<script lang="ts" setup>
|
||||
import { ref, computed } from 'vue';
|
||||
import MkPagination, { Paging } from '@/components/MkPagination.vue';
|
||||
import MkPagination from '@/components/MkPagination.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import MkInfo from '@/components/MkInfo.vue';
|
||||
import * as os from '@/os.js';
|
||||
|
@ -55,7 +55,7 @@ const paginationCurrent = {
|
|||
params: {
|
||||
isActive: true,
|
||||
},
|
||||
} satisfies Paging;
|
||||
};
|
||||
|
||||
const paginationPast = {
|
||||
endpoint: 'announcements' as const,
|
||||
|
@ -63,7 +63,7 @@ const paginationPast = {
|
|||
params: {
|
||||
isActive: false,
|
||||
},
|
||||
} satisfies Paging;
|
||||
};
|
||||
|
||||
const paginationEl = ref<InstanceType<typeof MkPagination>>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue