whatever
Some checks are pending
/ test-build (push) Waiting to run

This commit is contained in:
nelle 2024-09-18 16:26:35 -06:00
parent 46176050bb
commit 3448445189

View file

@ -1,7 +1,7 @@
<template> <template>
<MkStickyContainer> <MkStickyContainer>
<template #header><MkPageHeader /></template> <template #header><MkPageHeader /></template>
<MkSpacer :content-max="4096"> <MkSpacer :content-max="800">
<MkPagination ref="pagingComponent" :pagination="pagination"> <MkPagination ref="pagingComponent" :pagination="pagination">
<template #empty> <template #empty>
<div class="_fullinfo"> <div class="_fullinfo">
@ -44,7 +44,7 @@ import {instance} from "@/instance";
const pagination = { const pagination = {
endpoint: "i/favorites" as const, endpoint: "i/favorites" as const,
limit: 50, limit: 10,
}; };
const pagingComponent = ref<InstanceType<typeof MkPagination>>(); const pagingComponent = ref<InstanceType<typeof MkPagination>>();