Example v-model Directive
App.vue 'text' property: "
Say Cheese
"
text='Hello!'
Component
Two-way binding on component with v-model:
The component can update the 'text' property (using text field).
The component gets updated when the 'text' property is changed (using button).