[Vuejs]-Laravel & Vue warning issue

0👍

Your div that needs to reference the Vue should be in Layout file,
It might be possible that your div is rendering after the Vue Initialization.
Put <div id="app"></div> in layouts/app file and see if its gone or not.

Leave a comment