how can i send a vuejs array to django rest api

Viewed 25

i want to send an array of inputs to my django rest api. I can fill the array with data, but i always got an error message when i tried to send to the rest api.

I have already tried to use the ArrayField() option in django but it didnt work.

0 Answers
Related