0👍
You can use absolute path, works anywhere (I mean, no matter what current path is).
<img :src="'/' + data.image" class="img-fluid"/>
- [Vuejs]-How to compile multiple mix.webpackConfig with multple folders in Laravel VueJs
- [Vuejs]-Custom columns in BootstrapVue table
Source:stackexchange.com