[Vuejs]-Cannot post it always say the value is empty

0πŸ‘

βœ…

it is a problem of axios post data format.

axios post request should contain the data part like below

{categoryName: this.categoryName}

Leave a comment