deep watch vue

PHOTO EMBED

Wed Jul 12 2023 13:38:05 GMT+0000 (Coordinated Universal Time)

Saved by @mmerkley #html

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