0👍
✅
you are writting wrong method
, is methods
you have to use
methods: {
handleChange(item) {
console.log(`${item} was changed`)
}
}
Source:stackexchange.com