using the v-model vue code example Example: vue v-model Click to copy<input v-model="message" placeholder="edit me"> <p>Message is: {{ message }}</p>