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.
- [Vuejs]-Bugs when applying intersection observer in VueJs
- [Vuejs]-How to display a specific type of content from a database with Vue
Source:stackexchange.com