NuxtN
Nuxt12mo ago
psyCOSMO

Img src through props.

Following the docs you can use a relative src for the image tag as the following,
~/assets/img/example.png
which then nuxt knows that it's a file that it should import in the build step, how can you add support for this kind of image importing in props?
Was this page helpful?