官网的例子
import axios from 'axios';
axios.get('/user?ID=12345');
但是这样的话会报错:TS2339: Property 'get' does not exist on type 'typeof Axios'.
求解怎么解决
官网的例子
import axios from 'axios';
axios.get('/user?ID=12345');
但是这样的话会报错:TS2339: Property 'get' does not exist on type 'typeof Axios'.
求解怎么解决
13 回答12.8k 阅读
8 回答2.6k 阅读
2 回答5.1k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
5 回答903 阅读
5 回答1.2k 阅读✓ 已解决
3 回答2.2k 阅读
你还需要安装@types/axios这个包