input.native="update(item)" update: _.debounce(function (item) {
console.log(item)
if (confirm('Сохранить ?')){
this.save(e.target.id)
}
}, 2000), получаю ерор [Vue warn]: Property or method "item" is not defined on the instance b
item откуда берется?
update: function(i){console.log(i)}
Обсуждают сегодня