vue3+ts+axios+vite,项目中不能自动获取到axios的接口类型提示?
本人项目
视频中的项目
我的tsconfig.json文件
回答:
检查一下 IDE
有没有正确安装 Vue TypeScript
扩展
- VSCode:
Vue Language Features (Volar)
、TypeScript Vue Plugin (Volar)
,并启用Takeover模式 - WebStorm:更新版本至
2023.2
及以上,并启用Volar
支持
回答:
import axios, { AxiosRequestConfig } from 'axios';
以上是 vue3+ts+axios+vite,项目中不能自动获取到axios的接口类型提示? 的全部内容, 来源链接: utcz.com/p/934818.html