0๐
I think this is due to default webpack config of laravel.
By default, Laravel Mix and Webpack will find example.png, copy it to your public/images folder, and then rewrite the url() within your generated stylesheet.
Detail here
- [Vuejs]-Rerender chart via changing data Vue-chartjs
- [Vuejs]-The component template do not shows up, it render to the `<!โ->`
Source:stackexchange.com