标签: 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/');
在这种情况下如何使用正确的输入?
答案 0 :(得分:1)
如果您查看附件图像中的键入内容,则只能使用以下方法