Full-Stack Web Development with Vue.js and Node

(singke) #1
Building the Real Application Chapter 5

return {
message: 'Hello there, how are you this morning?',
};
},
methods: {
reply() {
this.message = "I'm doing great. Thank You!";
},
},
};
</script>

The first screen will be as follows:

Free download pdf