feat: add pagination
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Frappet 2025-03-10 16:18:47 +07:00
parent 1343c56c84
commit 43cd9bf2dc

View file

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