2👍
You just need to add
<script src="{{ mix('js/app.js') }}"></script>
before de </body>
tag.
In this way to are adding the mix that contains the Vue library, components, and so much more.
I Hope this helps.
- [Vuejs]-How to watch for changes in objects inside javascript array?
- [Vuejs]-How to wait until all data is downloaded in Firebase (Firestore) Storage?
Source:stackexchange.com