I looked at Vue cannot find module image location and couldn't figure out a solution.
in my code when I hard code it
:src="require('@/assets/featured/pizzaOne.jpeg')"
I get the image. But when I try
:src="require(`${item.img}`)"
I get Error: Cannot find module '@/assets/featured/pizzaOne.jpeg' Not sure why and how to fix this