Как я могу отправить данные формы наподобие массива
посмотрите на приведенный ниже код, я не могу установить индекс в product_attribute ['индекс должен быть здесь'] ['ключ']
<tr v-for="index in attributes">
<td class="text-left">
<input type="text" name="product_attribute['index must be here']['key']" value="" placeholder="attribute" class="form-control" autocomplete="off">
</td>
<td class="text-left">
<div class="input-group">
<textarea name="product_attribute['index must be here']['value']" rows="5" cols="70" placeholder="text" class="form-control"></textarea>
</div>
</td>
</tr>