nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
929 stars 195 forks source link

module breaks types in html #470

Open Flashantik opened 1 year ago

Flashantik commented 1 year ago

Environment

Describe the bug

after installing the module i have error in template

Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.

Screenshot 2023-01-28 at 18 55 27

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