feat: add page size
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-03-10 16:19:29 +07:00
parent 43cd9bf2dc
commit 6dd20ce85f

View file

@ -10,6 +10,7 @@ import NoData from 'src/components/NoData.vue';
import { watch } from 'vue';
import KebabAction from 'src/components/shared/KebabAction.vue';
import { PaginationComponent } from 'src/components';
import PaginationPageSize from 'src/components/PaginationPageSize.vue';
const $q = useQuasar();
const navigatorStore = useNavigator();