Posts by Igor Trindade • 36 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
Even in an Laravel application you can use the v-model this way: v-model="field". Check if the modal is within the scope of your instance Vue: el: '#user-table'. That is, the modal must be defined…