Have you tried binding property with attribute
name?
<input type="text" value="" :attribute-name="props.correct" class="d-none" name="correct">
2
solved Passing Vue data to php
Have you tried binding property with attribute
name?
<input type="text" value="" :attribute-name="props.correct" class="d-none" name="correct">
2
solved Passing Vue data to php