Definite assignments are not parsed.

Use vue cli to create a repo with typescript.
Create a method in the HelloWorld component:
methods: {
test: () => {
let foo!: string;
}
}
This method should parse fine.
I created a quick repo for faster reproduction.
This has been fixed by upgrading Vetur's dependency to 2.7.2. Please wait for a new release.
@octref when do you plan to release the next version?
Any update on this?
I manually installed 0.11.8 Preview, which resolved the error.
The next version has been published.
Most helpful comment
@octref when do you plan to release the next version?