mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 11:25:13 +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 MkSelect from '@/components/MkSelect.vue';
|
||||||
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
|
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 sortMode = ref('+size');
|
||||||
const pagination = {
|
const pagination = {
|
||||||
|
|
Loading…
Reference in a new issue