I am currently trying to include a vue.js v-model into my erb form input tag and I cannot find the right syntax.
Here is how my code currently looks:
<div class="field">
<%= f.text_field :first_name, v-model="firstname" %>
</div>
I would very much appreciate any idea here. Thanks!