apollo
apollo copied to clipboard
module breaks types in html
Environment
- Operating System:
Darwin - Node Version:
v16.15.1 - Nuxt Version:
3.1.1 - Nitro Version:
2.1.0 - Package Manager:
[email protected] - Builder:
vite - User Config:
srcDir,modules,css,apollo - Runtime Modules:
@pinia/[email protected],@nuxtjs/[email protected],@vueuse/[email protected],@nuxtjs/[email protected] - Build Modules:
-
Describe the bug
after installing the module i have error in template
Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.

without this module all ok
https://github.com/johnsoncodehk/volar/discussions/592
Expected behaviour
All ok
Reproduction
No response
Additional context
No response
Logs
No response