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
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.
The text was updated successfully, but these errors were encountered:
Following error occurs for all
@Component
definitions. This doesn't break compiling.The text was updated successfully, but these errors were encountered: