https://teratail.com/questions/210638#reply-310581
この回答の
import https from 'https' export default function ({$axios}) { $axios.onRequest(config => { config.httpsAgent = new https.Agent({ rejectUnauthorized: process.env.NODE_ENV === 'production' }); }) }
$axiosはどこから来たのですか?
npmでaxiosインストールしてるならimport axiosとかいるんじゃないですか?
しかもなぜaxiosじゃなく、$axiosなのですか?
この辺の知識はどこを勉強したら良いでしょう?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。