| 34 | } from '@tanstack/query-core' |
| 35 | |
| 36 | export class QueryClient extends QC { |
| 37 | constructor(config: QueryClientConfig = {}) { |
| 38 | const vueQueryConfig = { |
| 39 | defaultOptions: config.defaultOptions, |
nothing calls this directly
no outgoing calls
no test coverage detected