const store = new Vuex.Store({ state: {
a: 'a'
}
});<li v-for="item in list">
<img src="this.$store.state.a" />
</li>为什么这个src没有被渲染?very much Thanks in advance~~~
添加回答
举报
0/150
提交
取消