问题描述 项目中已经安装了axios,但是在import后报错 原因分析: 找不到模块“axios”或其相应的类型声明。 解决方案: 在shims-vue.d.ts文件加入下列配置: declare module 'axios';