0👍
Thank you Bert i just had to do that change and delete cache
methods: {
addUser() {
return this.divList.push({
id: + new Date,
text: this.textInput
});
}
}
Source:stackexchange.com