refactor: #6993 set default QTable pagination #239

Merged
jon merged 16 commits from 6993-HideAllPagination into dev 2024-03-27 07:27:23 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 07cd07427e - Show all commits

View File

@ -2,7 +2,6 @@
import VnPaginate from 'components/ui/VnPaginate.vue';
import { useStateStore } from 'stores/useStateStore';
import { useI18n } from 'vue-i18n';
import { useQuasar } from 'quasar';
import { computed, onMounted, onUnmounted, ref } from 'vue';
import { dashIfEmpty, toDate, toHour } from 'src/filters';
import VnSelectFilter from 'components/common/VnSelectFilter.vue';