$ post,$ get的Axios正确类型

时间:2019-04-08 08:25:40

标签: typescript axios typescript-typings

当我导入Axios并尝试使用$ get或$ post时,我在IDE中遇到错误:

Property '$get' does not exist on type 'AxiosStatic'. Did you mean 'get'?

import axios from 'axios';

user = axios.$get('/api/auth/me/');

在这种情况下如何使用正确的输入?

1 个答案:

答案 0 :(得分:1)

如果您查看附件图像中的键入内容,则只能使用以下方法 enter image description here