0๐
Use
<html>
<base href="{{url('/')}}">
...
or places your base domain there
- [Vuejs]-Cannot make post request using devise token auth
- [Vuejs]-Vue js populate new selects when changing the main one
0๐
try <img class="..." src="img/..." />
and make sure your image folder is in laravel public directory.
-1๐
what i did,open the terminal from my project file and run the php artisan serve command, and it works fine , loads all the images
- [Vuejs]-How to change selected option in VueJS?
- [Vuejs]-Can I have a Vue app that has some static server rendered routes and some dynamic routes
Source:stackexchange.com