I tried add and image on my vue component :
<img src="/storage/app/product_images/up.png" alt="">
but i get this error:
and i am sure that the file exist.
this a laravel / vue project.
I tried add and image on my vue component :
<img src="/storage/app/product_images/up.png" alt="">
but i get this error:
and i am sure that the file exist.
this a laravel / vue project.