Kevin Marrec
Kevin Marrec
No problem, I'm glad to know I might help and that you fixed the issue ! Have fun now :P
```json { "compilerOptions": { "types": [ "vuex-pathify" ] } } ``` should fix the undefined `set`/`get` methods TS errors.
This project is indeed not up to date, TypeScript support have been externalized so using last Nuxt version with `@nuxt/typescript` instead of `@nuxt/typescript-build` (https://typescript.nuxtjs.org/guide/setup.html) won't work. Yes indeed @manniL. I...
@gotenxds Is it because you were missing `lang="ts"` in `script` ? Is it reproducible in a `.ts` file instead of `.vue` one ?
@danielroe Does `useQuery` & `useBody` already provides generic type ? I also had schema validation Idea that could be implemented within the composables, like `useBody` handling bad requests using JSON...
Will be glad to help you guys on this stuff 🚀
I just released [h3-typebox](https://www.npmjs.com/package/h3-typebox) ([source](https://github.com/kevinmarrec/h3-typebox)) 🚀 Feedbacks are welcome !
@pi0 I opened the PR :)
@pi0 What are your thoughts regarding implementation ? Let me know if I can help :)
@octref Indeed I've ben able to reproduce the issue by loading `vue` language then `typescript` (which is embedded into `vue`) Loading in this order `vue` => `typescript` does not work...