Closed
Description
I am trying to use NUXT with Typescript and really want the class based syntax this module provides but when I looked into the nuxt-class-components
modules I saw they were mainly just adding lifecycle hooks via your registerHooks
but then I'm not getting any type information from those hooks which is a shame.
I think it would be nice to state in the documentation how one can achieve this.