VSCode更新到最新版本和Vetur bug

VSCode update to the latest version and Vetur bug

在我的 VS 代码由于某种原因更新到最新版本后,我的 Vetur 显示代码有问题。 仅在 IDE 中显示错误。编译没问题

VSCode版本:1.47.2 Vetur 版本:0.25.0

Type of property '$v' circularly references itself in mapped type 'ValidationProperties<AprovarModal>'.Vetur(2615)

Image the Vetur bug on IDE

看起来这是一个问题 related to TypeScript 3.9,现在与 Vetur 0.25.0 一起使用。

如果您的项目使用不同的 TypeScript 版本,您可以tell Vetur to use the workspace dependencies

对我来说,这解决了问题。