Read Path From A Function In Laravel VueJS Inertia Path Writing
I have a file named Test.vue and inside this file I have an img tag: <img src="../../img/map.jpg" alt="Map" /> This works fine and after running npm run build everything will be generated successfully and image will be displayed. Now, I…