pricing blocktitle translated
This commit is contained in:
@ -60,7 +60,7 @@ export default {
|
||||
getItemIndex ({ dispatch, commit, state }, nid) {
|
||||
console.log('getItemIndex nid', nid)
|
||||
return state.items.findIndex((e) => {
|
||||
console.log('findIndex', e.nid, nid)
|
||||
// console.log('findIndex', e.nid, nid)
|
||||
return e.nid === nid
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user