[Vuejs]-Problem with displaying my images with Nuxt

0👍

Static images are best to be placed into /public directory and then referenced absolutely from there. Alternatively you can use /assets and then reference using ~/assets/...

Check the docs for details: https://nuxt.com/docs/getting-started/assets

Leave a comment