I started to learn vueJs and it's my first time with framework. I got a problem and i don't know how to do.
<img
:src="imgsource"
>
export default {
name: "social-media",
data() {
return {
imgsource: "../assets/img/icon-facebook.svg"
}
},
};
It's does not working. Can you explain me why ?
Thank you so much