methods: {
togglePlatform () {
this.findId(7,[1,2])
},
findId(val, arr) {
console.log(arr) // [1, 2, __ob__: Observer]
console.log(arr.includes(val)) // [Vue warn]: Error in render: "TypeError: newArr.indexOf is not a function"
}
}
// JSON.parse(JSON.stringify(clone)) - эта штука тоже не спасает хоть и уберает обсервер