<td class="row_btn"><button @click="attr_toggle(index)"></button></td>
attr_toggle(index){
let row = this.$store.state.items.find(item => item.index === index)
console.log(row)
},
<tr v-for="(item, index) in $store.state.items">
console.log(this.$store.state.items[index])