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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Got the error message when building with webpack.
However, it still can run perfectly.
error TS2345: Argument of type 'typeof HelloDecorator' is not assignable to parameter of type 'VueClass<Vue>'.
Type 'typeof HelloDecorator' is not assignable to type 'new (...args: any[]) => Vue'.
Type 'HelloDecorator' is not assignable to type 'Vue'.
Types of property '$options' are incompatible.
Type 'ComponentOptions<HelloDecorator, DefaultData<HelloDecorator>, DefaultMethods<HelloDecorator>, Def...' is not assignable to type 'ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<Rec...'.
Type 'HelloDecorator' is not assignable to type 'Vue'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Got the error message when building with webpack.
However, it still can run perfectly.
The text was updated successfully, but these errors were encountered: