1.

【Vue.jsエラー】Error in created hook: "ReferenceError: axios is not defined"

ページの作成
テンプレートを更新

ページの作成

親となるページを選択してください。

ページは必ず何かしらの親ページに紐づきます。
親ページに紐づくページを子ページといいます。
例: 親=スポーツ, 子1=サッカー, 子2=野球

子ページを親ページとして更に子ページを作成することも可能です。
例: 親=サッカー, 子=サッカーのルール

親ページはいつでも変更することが可能なのでとりあえず作ってみましょう!

エラー内容

app.js:13672 [Vue warn]: Error in created hook: "ReferenceError: axios is not defined"

...

app.js:14935 ReferenceError: axios is not defined
    at VueComponent.getChannels (app.js:955)
    at VueComponent.created (app.js:943)
    at invokeWithErrorHandling (app.js:14901)
    at callHook (app.js:17252)
    at VueComponent.Vue._init (app.js:18034)
    at new VueComponent (app.js:18179)
    at createComponentInstanceForVnode (app.js:16328)
    at init (app.js:16159)
    at merged (app.js:16346)
    at createComponent (app.js:19005)

 

発生条件/原因/対処法

Laravel(PHPフレームワーク)を使用している場合、「resources/assets/js/app.js」で以下の文言が無ければ追加する。

require('./bootstrap');

 

子ページ
子ページはありません
同階層のページ
同階層のページはありません

最近コメントのあったページ

最近の質問

コメント一覧

コメントがありません

ログインしなければコメント投稿はできません。