This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
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'.