Environment
- Operating System:
Linux
- Node Version:
v16.20.0
- Nuxt Version:
3.6.0
- Nitro Version:
-
- Package Manager:
NPM
- Builder:
webpack
- User Config:
-
- Runtime Modules:
-
- Build Modules:
-
Describe the bug
using useLazyAsyncQuery or any of the other apollo composable but useAsyncQuery results in the following import bug
[plugin:vite:import-analysis] Failed to resolve import "@vue/apollo-composable" from "pages/sink.vue". Does the file exist?

Expected behaviour
I should be able to use the other composables according to the docs, right?
Reproduction
No response
Additional context
No response
Logs
No response