1👍
You are probably not having the component placed inside the blade file.
Add the <example-component></example-component>
tag into your home.blade.php
or whichever .blade.php
file that you are using.
1👍
The code to put in your home.blade.php
<script src="{{ mix('js/app.js') }}"></script>
</body>
- [Vuejs]-How to extract only year from date in vue js html and print only that year?
- [Vuejs]-Get all subitems from Object
Source:stackexchange.com