feat: add pagination
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
1343c56c84
commit
43cd9bf2dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue