upd: apply suggestion
This commit is contained in:
parent
8bf7495c92
commit
5e49246c1e
|
@ -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 New Issue