base components on collections
This commit is contained in:
parent
b6d6dd0796
commit
3e87bbc267
24 changed files with 1347 additions and 57 deletions
|
@ -12,7 +12,6 @@
|
|||
:totalCount="totalCount"
|
||||
:indicateLoading="loading == 'loading'"
|
||||
useSearch
|
||||
useScanner
|
||||
@load-data="(offset, count, search) => fetchVehicles(offset, count, search)"
|
||||
@search="(search) => fetchVehicles(0, maxEntriesPerPage, search, true)"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue