|
Lines 68-78
Link Here
|
| 68 |
import { inject, ref, reactive } from "vue" |
68 |
import { inject, ref, reactive } from "vue" |
| 69 |
import { storeToRefs } from "pinia" |
69 |
import { storeToRefs } from "pinia" |
| 70 |
import { APIClient } from "../../fetch/api-client.js" |
70 |
import { APIClient } from "../../fetch/api-client.js" |
| 71 |
import { |
71 |
import { build_url_params, build_url } from "../../composables/datatables" |
| 72 |
useDataTable, |
|
|
| 73 |
build_url_params, |
| 74 |
build_url, |
| 75 |
} from "../../composables/datatables" |
| 76 |
import KohaTable from "../KohaTable.vue" |
72 |
import KohaTable from "../KohaTable.vue" |
| 77 |
|
73 |
|
| 78 |
export default { |
74 |
export default { |