0👍
✅
The problem is with your method. You don’t need to return, just run the action you want, like this:
methods: {
addComponent: function(){
this.components++;
}
}
Source:stackexchange.com