I feel stupid to ask this but: How are images handled in an ionic vue project?
I have an image in/src/assets/img/myimage.jpg
And try to display with <ion-img src="/assets/img/badge.jpg"></ion-img>
But it doesn’t show.
I need to manually copy it to /public/assets/img/myimage.jpg
for it to show.
Is this really how this is done? Is this not handled by ‘ionic serve’?
1 post - 1 participant