mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 22:35:11 +00:00
upd: apply suggestion
This commit is contained in:
parent
8bf7495c92
commit
5e49246c1e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ import { definePageMetadata } from '@/scripts/page-metadata.js';
|
|||
import MkSelect from '@/components/MkSelect.vue';
|
||||
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
|
||||
|
||||
let paginationComponent = shallowRef<InstanceType<typeof MkPagination>>();
|
||||
const paginationComponent = shallowRef<InstanceType<typeof MkPagination>>();
|
||||
|
||||
const sortMode = ref('+size');
|
||||
const pagination = {
|
||||
|
|
Loading…
Reference in a new issue