Linking to images referenced in vuex store in Vue.js
问题 I am using Vue.js for the first time so apologies if this is a basic question – I have set up the vue project with the vue-cli , vue-router and vuex if this information is helpful. My main issue here is with displaying images or accessing assets. I am able to pull the appropriate data/state in from a data store via a 'getter' and iterate arrays, etc within it (for example, {{student.name}} works perfectly) however when I attempt to display an image with <img :src='student.image'> it fails to