0👍
You would typically set the key in your template. It’s a reserved word.
<div v-for='item in items' :key='$store.getters.getKey(item)'>{{item.title}}</div>
- [Vuejs]-Undefined while getting array element by index written in the variable in Vue.JS
- [Vuejs]-Upload File to a ftp server in Vue.js
Source:stackexchange.com