I’m learning Vue with an online course and the instructor gave me an exercise to make an input text with a default value. I completed it using v-model
but, the instructor chose v-bind:value
and I don’t understand why.
Can someone give me a simple explanation about the difference between these two and when it’s better use each one?