HI This is an example of my json enter image description here
Gives me this error when using require for url enter image description here
Please don't use the require keyword in your image src attribute. Instead, simply add the object address. For example,
<img :src="BlogItem.img">
Try it, if it still gives error please share your folder structure and your codes in more details.