0
I need to display an image that is saved in another folder of my project inside a v-img tag, in vuetify. I’m just not getting it. Someone knows how to do?
My project folders are so organized:
►node_modules
►public
▼src
▼components
░GameCardField.vue
▼assets
▼cartas
░asdeouros.png
░doisdeouros.png
░tresdeouros.png
░quatrodeouros.png
How to import these images and display them in a v-img tag within the Gamecardfield file.See?
It is possible to create an empty array, then add objects in which, within these objects, contains an attribute in which their value is the path to these images, it is possible to display these objects by the value of this attribute?