I upgrade the version to 7.2.0 after, some vue file will report error about:
Argument of type 'xxx' is not assignable to parameter of type 'Vue'.
or
Argument of type 'typeof xxx' is not assignable to parameter of type 'VueClass
Type 'typeof xxx' is not assignable to type 'new (...args: any[]) => Vue'.
Type 'xxx' is not assignable to type 'Vue'.
Types of property 'data' are incompatible.
Type 'Ixxx' is not assignable to type '() => object'.
Type 'Ixxx' provides no match for the signature '(): object'.
as shown below:

I don't know is my code problem?
And my solution is downgrade to 7.1.0 is ok.
So I hope the upgrade can compatible with old version.
Why is this closed? The downgrading is not a solution.
Most helpful comment
I don't know is my code problem?
And my solution is downgrade to 7.1.0 is ok.
So I hope the upgrade can compatible with old version.