Create a small Vue app with the following features:
Display a heading: „Choose Your Mood“.
Add three buttons, each representing a different mood:
Use the v-on directive to update a data property called mood based on the button clicked.
Display a custom message below the buttons that changes based on the selected mood.
When no mood is selected, show a default message prompting the user to pick one.