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:
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: