You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.