LoginSignup
0
0

More than 5 years have passed since last update.

(原因:未解決)bladeにて、jsのクリックイベントが効かない

Posted at

laravel bladeにて
vuejsのクリックイベントが動かなかった。

原因は、公式のmake authで作成される
app.blade.phpの

<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>

これをコメントアウトした。
正直、これの正体がわからない。
また調べてみようと思う。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0