alirizaadiyahsi / Nucleus

Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
MIT License
355 stars 86 forks source link

Unable to resolve signature of class decorator when called as an expression #129

Closed alirizaadiyahsi closed 5 years ago

alirizaadiyahsi commented 5 years ago

Following error occurs for all @Component definitions. This doesn't break compiling.

Unable to resolve signature of class decorator when called as an expression. Type '<VC extends VueClass>(target: VC) => VC' is missing the following properties from type 'typeof AccountLayoutComponent': extend, nextTick, set, delete, and 7 more.

alirizaadiyahsi commented 5 years ago

https://github.com/vuejs/vue-class-component/issues/294