watch: {
"user.name": function (newVal, oldVal) {
this.newDisplay = newVal;
this.oldDisplay = oldVal;
},
watch: {
"user.name": function (newVal, oldVal) {
this.newDisplay = newVal;
this.oldDisplay = oldVal;
},