0👍
you are assigning a static string value … you should be using require
instead :
this.img_url = require('@/assets/404_images/404_coloud.png')
- [Vuejs]-Why not render my components in Vue and Vue Router production?
- [Vuejs]-Error on Laravel after installing VueJS. Request failed with status 404
Source:stackexchange.com