Failed to load config "@vue/typescript/recommended" to extend from.
这个错误通常是因为在项目中缺失了 @vue/cli-plugin-typescript 插件。请尝试以下操作解决:
安装 @vue/cli-plugin-typescript 插件:
vue add @vue/cli-plugin-typescript
如果已经安装了该插件,请尝试卸载重新安装。
检查 tsconfig.json 文件是否有误。