我使用命令vue add typescript
将打字稿安装到现有的vuejs项目中。它将以下依赖项和预设添加到应用程序中。
"typescript": "~3.8.3",
"@vue/cli-plugin-typescript": "^4.3.1",
"vue-class-component": "^7.2.3".
"preset": "@vue/cli-plugin-unit-jest/presets/typescript-and-babel"
还将“ vue-property-decorator”从“ ^ 7.2.0”更改为“ ^ 8.4.1”。但是,AWS-Amplify取决于“ vue-property-decorator”:“ ^ 7.2.0”,并且我的系统抛出了与此相关的多个错误。 如何找到与“ vue-property-decorator”兼容的打字稿版本:“ ^ 7.2.0”?