Platform: Mac 10.14.6

Vetur version: 0.22.4

VS Code version: 1.38.1
The methods with decorator on the head line in Vue component will displays parsing errors.
But it is still running fine on the browser.


https://bitbucket.org/oster_huang/useful-annotation/src/master/
You can't use decorator on object method.
You only can use decorator on clase method.
The Vue file use Typescript parser to parse script.
This error also exists in javascript file in Typescript parser.