0👍
Just log the contents you are sending to the server. It looks like it’s this.shared
. You’ll see it’s not the content you expect it to be. The server is likely expecting an item, and you’re sending an array of items.
- [Vuejs]-Disable setInterval from making REST call
- [Vuejs]-How to use vue2.0 attribute with Data-attribute
Source:stackexchange.com