Cristiano Magro
2024-12-27 a3f4566903e67d29e81715324c48ec97e890f1cc
05 - behind the scenes/xno_behind-scenes-01-starting-setup/app.js
@@ -10,7 +10,9 @@
      this.currentUserInput = event.target.value;
    },
    setText() {
      this.message = this.currentUserInput;
      // this.message = this.currentUserInput;
      this.message = this.$refs.userText.value;
      // console.dir(this.$refs.userText)
    },
  },
});