Posts by Ricardo Rosário • 21 points
1 post
-
2
votes2
answers1305
viewsA: Vuejs: How to display a value in the dynamic modal input with v-model or v-bind:value
Make sure that self.firstName = user.first_name is actually being assigned via a console.log or utliza Vue dev tools. Vue devtools About the syntax utlize v-model for input bind: Form Input Bindings…